| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 28eba71 commit d8475e1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -311,7 +311,7 @@ jobs: | |||
| 311 | 311 | # no-op if the base branch is already up-to-date. | |
| 312 | 312 | with: | |
| 313 | 313 | token: ${{ secrets.GH_USER_TOKEN }} | |
| 314 | - branch: actions/tools-update-${{ matrix.id }} # Custom branch *just* for this Action. | ||
| 314 | + branch: actions/${{ github.ref_name == 'main' || format('{0}/', github.ref_name) }}tools-update-${{ matrix.id }} # Custom branch *just* for this Action. | ||
| 315 | 315 | delete-branch: true | |
| 316 | 316 | commit-message: ${{ env.COMMIT_MSG }} | |
| 317 | 317 | labels: ${{ matrix.label }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments