Skip to content

Commit 758f15b

Browse files
authored
Merge pull request #733 from ProgramEquity/Dunridge-patch-1
Update issue-metrics.yml
2 parents 12c7748 + 21d9bb7 commit 758f15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global user.email "Polinka7max@gmail.com"
4141
git config --global user.name "Dunridge"
4242
git checkout ${{steps.create_branch.outputs.issue_branch}}
43-
git pull origin ${{ steps.create_branch.outputs.issue_branch }}
43+
git pull origin ${{ steps.create_branch.outputs.issue_branch }} --rebase
4444
git add .
4545
git commit -m "Add issue timestamp by $GITHUB_ACTOR"
4646
git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)