Fix and unify actions

This commit is contained in:
Adria Navarro 2023-11-03 10:20:26 +01:00
parent d02fffc3e1
commit 95b4a23fa6
2 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,6 @@ jobs:
token: ${{ secrets.GH_ACCESS_TOKEN }} token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |- client-payload: |-
{ {
"PAYLOAD_VERSION": "${{ github.sha }}", "VERSION": "${{ github.sha }}",
"REF_NAME": "${{ github.ref_name}}" "REF_NAME": "${{ github.ref_name}}"
} }

View File

@ -169,10 +169,10 @@ jobs:
- uses: peter-evans/repository-dispatch@v2 - uses: peter-evans/repository-dispatch@v2
with: with:
repository: budibase/budibase-deploys repository: budibase/budibase-deploys
event: budicloud-qa-deploy event-type: budicloud-qa-deploy
github_pat: ${{ secrets.GH_ACCESS_TOKEN }} token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |- client-payload: |-
{ {
"PAYLOAD_VERSION": "${{ github.ref_name }}", "VERSION": "${{ github.ref_name }}",
"REF_NAME": "${{ github.ref_name}}" "REF_NAME": "${{ github.ref_name}}"
} }