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:
parent
676b4ec04b
commit
652b0c13a7
Notes:
git
2024-12-09 08:00:49 +00:00
Merged-By: ono-max <onoto1998@gmail.com>
3
.github/actions/launchable/setup/action.yml
vendored
3
.github/actions/launchable/setup/action.yml
vendored
@ -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// /}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user