Skip to content

Commit

Permalink
fixup Tagfile commit on dependabot PRs so CI can run 6/n (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp authored Jan 23, 2024
1 parent ec85071 commit 3455fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#allowing-dependabot-to-rebase-and-force-push-over-extra-commits
git commit --fixup "$COMMITHASH"
git rebase -i --autosquash "$COMMITHASH"~
EDITOR=/usr/bin/cat git rebase -i --autosquash "$COMMITHASH"~
git push --force origin "$BRANCH"
fi
env:
Expand Down
2 changes: 1 addition & 1 deletion Tagfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.48.20
0.48.21

0 comments on commit 3455fdd

Please sign in to comment.