File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,10 @@ jobs:
64
64
echo "changed=true" >> $GITHUB_OUTPUT
65
65
fi
66
66
67
- - name : Commit and push changes
67
+ - name : Commit & Push changes
68
68
if : steps.check-changes.outputs.changed == 'true'
69
- run : |
70
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
71
- git config --local user.name "github-actions[bot]"
72
- git add buildSrc/src/main/java/Packaging.kt
73
- git commit -m "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
74
- git push
75
- env :
76
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
69
+ uses : actions-js/push@master
70
+ with :
71
+ message : " build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
72
+ branch : " code/cash"
73
+ github_token : ${{ secrets.BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments