1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

Ref name in master

This commit is contained in:
Adria Navarro 2023-10-20 12:38:52 +02:00
parent 65fea6d680
commit e701bd2b89
2 changed files with 2 additions and 1 deletions

View file

@ -17,5 +17,5 @@ jobs:
REF_NAME: ${{ github.ref_name}} REF_NAME: ${{ github.ref_name}}
with: with:
repository: budibase/budibase-deploys repository: budibase/budibase-deploys
event-type: budicloud-qa-deploy-v2 event-type: budicloud-qa-deploy
token: ${{ secrets.GH_ACCESS_TOKEN }} token: ${{ secrets.GH_ACCESS_TOKEN }}

View file

@ -123,6 +123,7 @@ jobs:
- uses: passeidireto/trigger-external-workflow-action@main - uses: passeidireto/trigger-external-workflow-action@main
env: env:
PAYLOAD_VERSION: ${{ env.RELEASE_VERSION }} PAYLOAD_VERSION: ${{ env.RELEASE_VERSION }}
REF_NAME: ${{ github.ref_name}}
with: with:
repository: budibase/budibase-deploys repository: budibase/budibase-deploys
event: budicloud-qa-deploy event: budicloud-qa-deploy