File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ jobs:
8585
8686 - name : Perform interactive rebase with autosquash
8787 env :
88- EDITOR : ' true' # to automatically complete the interactive rebase
88+ EDITOR : " true" # to automatically complete the interactive rebase
8989 run : |
9090 BASE_REF=$(gh pr view ${{ github.event.issue.number }} --json baseRefName -q .baseRefName)
9191 git fetch origin
9292 git rebase -i --autosquash --empty=drop origin/$BASE_REF
9393
9494 - name : Replace renovate author to prevent renovate overriding changes
9595 env :
96- EDITOR : ' true' # to automatically complete the amend
96+ EDITOR : " true" # to automatically complete the amend
9797 run : |
9898 COMMIT_AUTHOR=$(git log -1 --pretty=format:"%an")
9999 if [ "$COMMIT_AUTHOR" = "renovate[bot]" ] || [ "$COMMIT_AUTHOR" = "we-renovate[bot]" ]; then
You can’t perform that action at this time.
0 commit comments