Skip to content

Commit

Permalink
ci: Change branch startegy to random
Browse files Browse the repository at this point in the history
So that it creates new branches on each run. Otherwise it is a force
push to old branch
  • Loading branch information
bbhtt committed Sep 6, 2024
1 parent 95554b3 commit 71791f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-flatpak-builder-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch-suffix: "short-commit-hash"
branch-suffix: "random"
commit-message: |
(Automated) Update Flatpak Builder docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flatpak-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch-suffix: "short-commit-hash"
branch-suffix: "random"
commit-message: |
(Automated) Update Flatpak docs
Expand Down

0 comments on commit 71791f4

Please sign in to comment.