Skip to content

Commit 8fe25c7

Browse files
yamachuCopilot
andauthored
workflow変更がマージされるかの確認PR (#280)
* testing-queue.yml を更新 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 97fed60 commit 8fe25c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/testing-queue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
pr-number: ${{ github.event.inputs.issue_number }}
5858
merge-method: 'squash'
5959
- run:
60-
git push origin --delete ${{ github.event.inputs.tmp-ci-branch }}
60+
git push origin --delete "${CI_BRANCH}"
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
CI_BRANCH: ${{ github.event.inputs.tmp-ci-branch }}

0 commit comments

Comments
 (0)