We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcb21d commit 05dc7aaCopy full SHA for 05dc7aa
1 file changed
.github/workflows/cpflow-deploy-review-app.yml
@@ -61,6 +61,12 @@ jobs:
61
ref: ${{ github.event.repository.default_branch }}
62
persist-credentials: false
63
64
+ - name: Set up Ruby for cpflow bootstrap
65
+ if: ${{ hashFiles('.github/actions/cpflow-validate-config/action.yml') == '' }}
66
+ uses: ruby/setup-ruby@v1
67
+ with:
68
+ ruby-version: "3.4"
69
+
70
- name: Bootstrap generated cpflow actions
71
if: ${{ hashFiles('.github/actions/cpflow-validate-config/action.yml') == '' }}
72
shell: bash
0 commit comments