Skip to content

Commit ddfd512

Browse files
committed
Patch bootstrapped cpflow setup metadata
1 parent 05dc7aa commit ddfd512

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
set -euo pipefail
7575
gem install cpflow -v "5.0.0.rc.0" --no-document
7676
ruby -S cpflow generate-github-actions --staging-branch master
77+
# 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
7779
7880
- name: Validate required secrets and variables
7981
id: config

0 commit comments

Comments
 (0)