Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jul 19, 2023
1 parent 11319d6 commit 229ca55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/standard-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
cache-key:
type: string
required: true
docker:
type: boolean
singularity:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.NXF_SINGULARITY_CACHEDIR }}
key: ${{ inputs.cache_key }}
key: ${{ inputs.cache-key }}

- name: Run pipeline with test data
run: |
Expand Down

0 comments on commit 229ca55

Please sign in to comment.