1
0
Fork 0
mirror of synced 2024-10-05 04:25:21 +13:00

Merge pull request #14696 from Budibase/ops/fix-type-on-ci-payload

Feature branch deployment job expects boolean as payload
This commit is contained in:
Sam Rose 2024-10-03 16:46:15 +01:00 committed by GitHub
commit 6170b46513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
PAYLOAD_BRANCH: ${{ github.head_ref }} PAYLOAD_BRANCH: ${{ github.head_ref }}
PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }}
PAYLOAD_LICENSE_TYPE: "free" PAYLOAD_LICENSE_TYPE: "free"
PAYLOAD_DEPLOY: "true" PAYLOAD_DEPLOY: true
with: with:
repository: budibase/budibase-deploys repository: budibase/budibase-deploys
event: featurebranch-qa-deploy event: featurebranch-qa-deploy