Skip to content

Commit 1e6012e

Browse files
committed
Fix escaping syntax
1 parent 7e67322 commit 1e6012e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: {{cookiecutter.__src_folder_name}}/.github/workflows/audit-bicep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
uses: github/codeql-action/upload-sarif@v3
3535
if: github.repository_owner == 'Azure-Samples'
3636
with:
37+
{% raw %}
3738
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
39+
{% endraw %}

0 commit comments

Comments
 (0)