File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 run : |
6666 echo -e "${{ inputs.description }}" > pr_description.txt
6767 git config --global user.name 'GitHub Actions Bot'
68- git config --global user.email 'actions @github.com'
68+ git config --global user.email 'action @github.com'
6969 git add package.json package-lock.json dist/index.js
7070 git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`"
7171 git push origin HEAD:${{ env.BRANCH_NAME }}
Original file line number Diff line number Diff line change 9797 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9898 run : |
9999 git config --global user.name 'GitHub Actions Bot'
100- git config --global user.email 'actions @github.com'
100+ git config --global user.email 'action @github.com'
101101 git checkout v2-lite
102102 git checkout $NEW_TAG package.json package-lock.json dist/
103103 git add package.json package-lock.json dist/
You can’t perform that action at this time.
0 commit comments