diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6e3bf5c7..24619923 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: diff --git a/Tagfile b/Tagfile index e646f3dd..76be0869 100644 --- a/Tagfile +++ b/Tagfile @@ -1 +1 @@ -0.48.20 +0.48.21