Update: bump peter-evans/repository-dispatch from 1 to 2

This commit is contained in:
Frazer Smith
2022-05-13 07:43:06 +01:00
committed by Michael Lutz
parent 19b838dd60
commit 9bdc1e8f04
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- if: steps.core_developer.outcome == 'success'
name: Trigger 'preview build'
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PREVIEW_GITHUB_TOKEN }}
event-type: "Preview build #${{ github.event.number }}"