1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
...
29
29
- name : Commit files
30
30
run : |
31
- git config --local user.email "action@ github.com"
32
- git config --local user.name "GitHub Action "
31
+ git config --local user.email "41898282+github-actions[bot]@users.noreply. github.com"
32
+ git config --local user.name "github-actions[bot] "
33
33
git commit -m "Add changes" -a
34
34
- name : Push changes
35
35
uses : ad-m/github-push-action@master
43
43
| name | value | default | description |
44
44
| ---- | ----- | ------- | ----------- |
45
45
| github_token | string | | Token for the repo. Can be passed in using ` ${{ secrets.GITHUB_TOKEN }}`. |
46
- | branch | string | | Destination branch to push changes. Can be passed in using `${{ github.ref }}`. |
46
+ | branch | string | master | Destination branch to push changes. Can be passed in using `${{ github.ref }}`. |
47
47
| force | boolean | false | Determines if force push is used. |
48
48
| tags | boolean | false | Determines if `--tags` is used. |
49
49
| directory | string | '.' | Directory to change to before pushing. |
0 commit comments