Skip to content

Commit bd2e603

Browse files
authored
tools: remove true from branch name for auto-update automation
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #64961 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent 2010da5 commit bd2e603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
# no-op if the base branch is already up-to-date.
337337
with:
338338
token: ${{ secrets.GH_USER_TOKEN }}
339-
branch: actions/${{ github.ref_name == 'main' || format('{0}/', github.ref_name) }}tools-update-${{ matrix.id }} # Custom branch *just* for this Action.
339+
branch: actions/${{ github.ref_name != 'main' && format('{0}/', github.ref_name) || '' }}tools-update-${{ matrix.id }} # Custom branch *just* for this Action.
340340
delete-branch: true
341341
commit-message: ${{ env.COMMIT_MSG }}
342342
labels: ${{ matrix.label }}

0 commit comments

Comments
 (0)