Skip to content

Commit ff6a820

Browse files
committed
Escape cpflow bootstrap metadata patch
1 parent ddfd512 commit ff6a820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpflow-deploy-review-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
gem install cpflow -v "5.0.0.rc.0" --no-document
7676
ruby -S cpflow generate-github-actions --staging-branch master
7777
# shellcheck disable=SC2016
78-
ruby -0pi -e 'gsub!("so callers can pass `${{ vars.CPLN_CLI_VERSION }}` unconditionally.", "so callers can pass the repository variable value unconditionally."); gsub!("so callers can pass `${{ vars.CPFLOW_VERSION }}` unconditionally.", "so callers can pass the repository variable value unconditionally.")' .github/actions/cpflow-setup-environment/action.yml
78+
ruby -0pi -e '$_.gsub!(/so callers can pass `\$\{\{ vars\.CPLN_CLI_VERSION \}\}` unconditionally\./, "so callers can pass the repository variable value unconditionally."); $_.gsub!(/so callers can pass `\$\{\{ vars\.CPFLOW_VERSION \}\}` unconditionally\./, "so callers can pass the repository variable value unconditionally.")' .github/actions/cpflow-setup-environment/action.yml
7979
8080
- name: Validate required secrets and variables
8181
id: config

0 commit comments

Comments
 (0)