added raw for j2
This commit is contained in:
@ -16,6 +16,7 @@ jobs:
|
||||
docs_path: "doc/build/html"
|
||||
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 }}
|
||||
@ -26,3 +27,4 @@ jobs:
|
||||
repo: ${{ gitea.repository }}
|
||||
pr_number: ${{ gitea.event.pull_request.number }}
|
||||
run_id: ${{ gitea.run_id }}
|
||||
{%- endraw %}
|
@ -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 }}
|
||||
@ -26,3 +27,4 @@ jobs:
|
||||
repo: ${{ gitea.repository }}
|
||||
pr_number: ${{ gitea.event.pull_request.number }}
|
||||
run_id: ${{ gitea.run_id }}
|
||||
{%- endraw %}
|
Reference in New Issue
Block a user