Skip to content

Commit

Permalink
use same ref in checkout as triggered the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 11, 2024
1 parent 380be6c commit be38c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
name: Check out nf-core/tools
with:
ref: ${{ github.ref_name }}

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
name: Check out nf-core/${{ matrix.pipeline }}
Expand Down

0 comments on commit be38c15

Please sign in to comment.