We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c1324 commit aac57cbCopy full SHA for aac57cb
nf_core/pipeline-template/.github/workflows/awsfulltest.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set revision variable
21
id: revision
22
run: |
23
- echo "revision=${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'release') && github.sha || 'dev' }}" >> "$GITHUB_OUTPUT"
+ echo "revision={%- raw -%}${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'release') && github.sha || 'dev' }}" >> "$GITHUB_OUTPUT"
24
25
- name: Launch workflow via Seqera Platform
26
uses: seqeralabs/action-tower-launch@v2
0 commit comments