Merge pull request #14659 from rabbitmq/dependabot/github_actions/v4.1.x/peter-evans/repository-dispatch-4
Trigger a 4.1.x alpha release build / trigger_alpha_build (push) Has been cancelled
Details
Trigger a 4.1.x alpha release build / trigger_alpha_build (push) Has been cancelled
Details
Bump peter-evans/repository-dispatch from 3 to 4
This commit is contained in:
commit
ed07f334b8
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Compute prerelease identifier from commit SHA
|
||||
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
|
||||
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
uses: peter-evans/repository-dispatch@v4
|
||||
with:
|
||||
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
|
||||
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Compute prerelease identifier from commit SHA
|
||||
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
|
||||
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
uses: peter-evans/repository-dispatch@v4
|
||||
with:
|
||||
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
|
||||
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}
|
||||
|
|
Loading…
Reference in New Issue