We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59272da commit c959895Copy full SHA for c959895
1 file changed
.github/workflows/tools.yml
@@ -336,7 +336,7 @@ jobs:
336
# no-op if the base branch is already up-to-date.
337
with:
338
token: ${{ secrets.GH_USER_TOKEN }}
339
- branch: actions/tools-update-${{ matrix.id }} # Custom branch *just* for this Action.
+ branch: actions/${{ github.ref_name == 'main' || format('{0}/', github.ref_name) }}tools-update-${{ matrix.id }} # Custom branch *just* for this Action.
340
delete-branch: true
341
commit-message: ${{ env.COMMIT_MSG }}
342
labels: ${{ matrix.label }}
0 commit comments