File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
sed -i.bak 's/Experience/Job History/' resume.md
72
72
73
73
echo "Make a commit"
74
- git config user.name github-actions
75
- git config user.email github-actions@ github.com
74
+ git config user.name github-actions[bot]
75
+ git config user.email github-actions[bot]@users.noreply. github.com
76
76
git add resume.md
77
77
git commit --message="Update resume.md in my-resume"
78
78
Original file line number Diff line number Diff line change 64
64
65
65
echo "Manually update step in my-resume to match step in main branch"
66
66
git checkout my-resume
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
sed -i.bak 's/1/2/' .github/steps/-step.txt
70
70
git add .github/steps/-step.txt
71
71
git commit --message="Update step in my-resume"
Original file line number Diff line number Diff line change 72
72
printf "# References\n\n* octocat 1 😈" >> references.md
73
73
74
74
echo "Commit file"
75
- git config user.name github-actions
76
- git config user.email github-actions@ github.com
75
+ git config user.name github-actions[bot]
76
+ git config user.email github-actions[bot]@users.noreply. github.com
77
77
git add references.md
78
78
git commit --message="Add references.md"
79
79
You can’t perform that action at this time.
0 commit comments