Skip to content

Commit

Permalink
Merge pull request #31 from maxpowis/dependabot/github_actions/peter-…
Browse files Browse the repository at this point in the history
…evans/repository-dispatch-3.0.0

Bump peter-evans/repository-dispatch from 2.1.2 to 3.0.0
  • Loading branch information
maxpowis authored Jul 11, 2024
2 parents f09b0af + 6d1a12f commit 930700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Echo release info
run: echo "::debug::Created release with url=${{ steps.create_release.outputs.url }}; id=${{ steps.create_release.outputs.id }}; upload_url=${{ steps.create_release.outputs.upload_url }}"
- name: Trigger workflow 'Publish PDF release to website'
uses: peter-evans/repository-dispatch@v2.1.2
uses: peter-evans/repository-dispatch@v3.0.0
if: ${{ github.event_name=='push' }}
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
Expand Down

0 comments on commit 930700b

Please sign in to comment.