We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a436726 commit 2fcb21dCopy full SHA for 2fcb21d
1 file changed
.github/workflows/cpflow-deploy-review-app.yml
@@ -61,6 +61,14 @@ jobs:
61
ref: ${{ github.event.repository.default_branch }}
62
persist-credentials: false
63
64
+ - name: Bootstrap generated cpflow actions
65
+ if: ${{ hashFiles('.github/actions/cpflow-validate-config/action.yml') == '' }}
66
+ shell: bash
67
+ run: |
68
+ set -euo pipefail
69
+ gem install cpflow -v "5.0.0.rc.0" --no-document
70
+ ruby -S cpflow generate-github-actions --staging-branch master
71
+
72
- name: Validate required secrets and variables
73
id: config
74
uses: ./.github/actions/cpflow-validate-config
0 commit comments