Launchable: Remove FIXME comment (#12293)

https://github.com/launchableinc/cli/issues/786 has already been solved, so we can remove the comment.
This commit is contained in:
Naoto Ono 2024-12-09 17:00:19 +09:00 committed by GitHub
parent 676b4ec04b
commit 652b0c13a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2024-12-09 08:00:49 +00:00
Merged-By: ono-max <onoto1998@gmail.com>

View File

@ -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// /}"