Skip to content

Commit aac57cb

Browse files
committed
adding jinja template raw
1 parent 87c1324 commit aac57cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipeline-template/.github/workflows/awsfulltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set revision variable
2121
id: revision
2222
run: |
23-
echo "revision=${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'release') && github.sha || 'dev' }}" >> "$GITHUB_OUTPUT"
23+
echo "revision={%- raw -%}${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'release') && github.sha || 'dev' }}" >> "$GITHUB_OUTPUT"
2424
2525
- name: Launch workflow via Seqera Platform
2626
uses: seqeralabs/action-tower-launch@v2

0 commit comments

Comments
 (0)