| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be31301 commit 4c8d8af
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -336,7 +336,7 @@ jobs: | |||
| 336 | 336 | # no-op if the base branch is already up-to-date. | |
| 337 | 337 | with: | |
| 338 | 338 | 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. | ||
| 340 | 340 | delete-branch: true | |
| 341 | 341 | commit-message: ${{ env.COMMIT_MSG }} | |
| 342 | 342 | labels: ${{ matrix.label }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments