Merge pull request #14690 from Budibase/ops/add-new-payload-variable-in-fb-deploy
Adapt the payloads for a change in the feature branches deployment pipeline
This commit is contained in:
commit
b9a975694f
|
@ -23,6 +23,7 @@ jobs:
|
|||
PAYLOAD_BRANCH: ${{ github.head_ref }}
|
||||
PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
PAYLOAD_LICENSE_TYPE: "free"
|
||||
PAYLOAD_DEPLOY: "true"
|
||||
with:
|
||||
repository: budibase/budibase-deploys
|
||||
event: featurebranch-qa-deploy
|
||||
|
|
Loading…
Reference in New Issue