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 f45a4a4 commit 36980a3Copy full SHA for 36980a3
.github/workflows/containers_config.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
with:
30
token: ${{ secrets.nf_core_bot_auth_token }}
31
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.head_ref }}
32
- uses: nf-core/setup-nextflow@v2
33
34
version: "25.01.0-edge"
0 commit comments