Skip to content

Commit

Permalink
Fix nightly trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jul 29, 2021
1 parent ba70f27 commit c319116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-trigger.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:

- name: Invoke workflow
uses: benc-uk/workflow-dispatch@v1
uses: input-output-hk/workflow-dispatch@v1
with:
workflow: Haskell CI
workflow: .github/workflows/haskell.yml
token: ${{ secrets.MACHINE_TOKEN }}
inputs: '{ "reason": "nightly", "tests": "all" }'

0 comments on commit c319116

Please sign in to comment.