Skip to content

Commit 652b0c1

Browse files
authored
Launchable: Remove FIXME comment (ruby#12293)
launchableinc/cli#786 has already been solved, so we can remove the comment.
1 parent 676b4ec commit 652b0c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/launchable/setup/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ runs:
139139
github_ref="${github_ref//\//_}"
140140
: # With the --name option, we need to configure a unique identifier for this build.
141141
: # 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
145142
build_name="${github_ref}_${GITHUB_PR_HEAD_SHA}"
146143
test_opts="${{ inputs.test-opts }}"
147144
test_opts="${test_opts// /}"

0 commit comments

Comments
 (0)