Skip to content

Commit

Permalink
had to move echo statement to before peter-evans repo call
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 16, 2023
1 parent a6fc60c commit 874a2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/triggerUpdateSanityDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Print webhook token
run: echo ${{ secrets.SANITY_WEBHOOK_TOKEN }}
- name: Trigger workflow
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.SANITY_WEBHOOK_TOKEN }}
event-type: sanity-webhook
client-payload: '{"name": "${{ github.event.inputs.name }}"}'
- name: Print webhook token
run: echo ${{ secrets.SANITY_WEBHOOK_TOKEN }}
client-payload: '{"name": "${{ github.event.inputs.name }}"}'

0 comments on commit 874a2e8

Please sign in to comment.