We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676b4ec commit 652b0c1Copy full SHA for 652b0c1
.github/actions/launchable/setup/action.yml
@@ -139,9 +139,6 @@ runs:
139
github_ref="${github_ref//\//_}"
140
: # With the --name option, we need to configure a unique identifier for this build.
141
: # To avoid setting the same build name as the CI which runs on other branches, we use the branch name here.
142
- : #
143
- : # FIXME: Need to fix `WARNING: Failed to process a change to a file`.
144
- : # https://github.com/launchableinc/cli/issues/786
145
build_name="${github_ref}_${GITHUB_PR_HEAD_SHA}"
146
test_opts="${{ inputs.test-opts }}"
147
test_opts="${test_opts// /}"
0 commit comments