File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,10 @@ jobs:
6464 echo "changed=true" >> $GITHUB_OUTPUT
6565 fi
6666
67- - name : Commit and push changes
67+ - name : Commit & Push changes
6868 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