We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 758f15b + f153771 commit 6b8ccbfCopy full SHA for 6b8ccbf
.github/workflows/issue-metrics.yml
@@ -40,10 +40,7 @@ jobs:
40
git config --global user.email "Polinka7max@gmail.com"
41
git config --global user.name "Dunridge"
42
git checkout ${{steps.create_branch.outputs.issue_branch}}
43
- git pull origin ${{ steps.create_branch.outputs.issue_branch }} --rebase
44
git add .
45
git commit -m "Add issue timestamp by $GITHUB_ACTOR"
+ git pull origin ${{ steps.create_branch.outputs.issue_branch }} --rebase
46
git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git
47
-
48
49
0 commit comments