File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
permissions :
16
16
contents : write # to trigger the windows_build and python-publish workflows
17
- # optionally:
18
- # workflows: write
19
17
20
18
jobs :
21
19
bump-version :
22
20
if : github.ref == 'refs/heads/master'
23
21
runs-on : ubuntu-latest
24
- env :
25
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
22
27
23
steps :
28
24
- name : Checkout repository
69
65
70
66
- name : Commit and push changes
71
67
run : |
72
- git config --local user.email "github-actions[bot]@users.noreply.github.com "
73
- git config --local user.name "github-actions[bot] "
68
+ git config --local user.email "${{ secrets.MY_USER_EMAIL }} "
69
+ git config --local user.name "${{ secrets.MY_USER_NAME }} "
74
70
git add ardupilot_methodic_configurator/__init__.py
75
71
git commit -m "CHORE: Bump version info, tag and release"
76
72
git push
You can’t perform that action at this time.
0 commit comments