summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoto Ono <[email protected]>2024-12-09 17:00:19 +0900
committerGitHub <[email protected]>2024-12-09 08:00:19 +0000
commit652b0c13a7a0bb74477cd09d2c65f2292dcd06d8 (patch)
treebf86ef8f3254707d60679ac1cfb8751be1a164bc
parent676b4ec04b9824988e92ed139689dcebcec5984d (diff)
Launchable: Remove FIXME comment (#12293)
https://github.com/launchableinc/cli/issues/786 has already been solved, so we can remove the comment.
Notes
Notes: Merged-By: ono-max <[email protected]>
-rw-r--r--.github/actions/launchable/setup/action.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml
index 6ab8763df9..606443938c 100644
--- a/.github/actions/launchable/setup/action.yml
+++ b/.github/actions/launchable/setup/action.yml
@@ -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// /}"