Skip to content

Commit

Permalink
Launchable: Remove FIXME comment (ruby#12293)
Browse files Browse the repository at this point in the history
launchableinc/cli#786 has already been solved, so we can remove the comment.
  • Loading branch information
ono-max authored Dec 9, 2024
1 parent 676b4ec commit 652b0c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/launchable/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ runs:
github_ref="${github_ref//\//_}"
: # With the --name option, we need to configure a unique identifier for this build.
: # To avoid setting the same build name as the CI which runs on other branches, we use the branch name here.
: #
: # FIXME: Need to fix `WARNING: Failed to process a change to a file`.
: # https://github.com/launchableinc/cli/issues/786
build_name="${github_ref}_${GITHUB_PR_HEAD_SHA}"
test_opts="${{ inputs.test-opts }}"
test_opts="${test_opts// /}"
Expand Down

0 comments on commit 652b0c1

Please sign in to comment.