Skip to content

Commit 6b8ccbf

Browse files
authored
Merge pull request #734 from ProgramEquity/Dunridge-patch-1
Update issue-metrics.yml
2 parents 758f15b + f153771 commit 6b8ccbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +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 }} --rebase
4443
git add .
4544
git commit -m "Add issue timestamp by $GITHUB_ACTOR"
45+
git pull origin ${{ steps.create_branch.outputs.issue_branch }} --rebase
4646
git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git
47-
48-
49-

0 commit comments

Comments
 (0)