File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0 # Let's get all the branches.
23
23
- name : Update to step 1
30
30
base_branch_name : my-base-branch # Optional
31
31
` ` `
32
32
33
- © 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
33
+ © 2024 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
Original file line number Diff line number Diff line change 64
64
echo "$TO_STEP" > .github/steps/-step.txt
65
65
66
66
echo "Commit the files, and push to base branch"
67
- git config user.name github-actions
68
- git config user.email github-actions@ github.com
67
+ git config user.name github-actions[bot]
68
+ git config user.email github-actions[bot]@users.noreply. github.com
69
69
git add README.md
70
70
git add .github/steps/-step.txt
71
71
git commit --message="Update to $TO_STEP in STEP and README.md"
You can’t perform that action at this time.
0 commit comments