added raw for j2

This commit is contained in:
2025-10-01 12:14:27 +00:00
parent 3931551120
commit 3f3443a727
2 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,7 @@ jobs:
docs_path: "doc/build/pdf"
docs_service: {{ service_uri }}
swift_container: "gitea_action_logs"
{% raw -%}
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
@ -25,4 +26,5 @@ jobs:
gitea_server_url: ${{ gitea.server_url }}
repo: ${{ gitea.repository }}
pr_number: ${{ gitea.event.pull_request.number }}
run_id: ${{ gitea.run_id }}
run_id: ${{ gitea.run_id }}
{%- endraw %}