Skip to content

Commit

Permalink
shorter branches
Browse files Browse the repository at this point in the history
  • Loading branch information
frantjc committed Mar 11, 2024
1 parent 966e98b commit d3d5a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
Build .github/action
commit-message: ${{ env.COMMIT_MESSAGE }}
body: ${{ env.COMMIT_MESSAGE }}
branch: github-actions/generated/github.com/frantjc/forge/.github/action
branch: github-actions/gen/.github/action
delete-branch: true
labels: github_actions
2 changes: 1 addition & 1 deletion .github/workflows/build-shims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
Build internal/bin/shim_amd64 and internal/bin/shim_arm64
commit-message: ${{ env.COMMIT_MESSAGE }}
body: ${{ env.COMMIT_MESSAGE }}
branch: github-actions/generated/github.com/frantjc/forge/internal/bin/shims
branch: github-actions/gen/internal/bin
delete-branch: true
labels: go

0 comments on commit d3d5a28

Please sign in to comment.