Skip to content

Commit

Permalink
Merge pull request #149 from nf-osi/fix-ci
Browse files Browse the repository at this point in the history
Reference using context expression
  • Loading branch information
anngvu authored May 18, 2022
2 parents 06b6ca0 + 6992f20 commit 7ae5bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-downstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: Update source model for dev
repo: $REPO
ref: $REF_DEV
repo: ${{ env.REPO }}
ref: ${{ env.REF_DEV }}
token: ${{ secrets.SERVICE_TOKEN }}
inputs: ${{ steps.payload.outputs.INPUT }}

0 comments on commit 7ae5bc6

Please sign in to comment.