File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
if : steps.check_changes.outputs.CHANGES == 'true'
50
50
run : |
51
51
git config user.name "ako-releaser"
52
- git config user.email "285350+your-app [bot]@users.noreply.github.com"
52
+ git config user.email "285350+ako-releaser [bot]@users.noreply.github.com"
53
53
git checkout -b ${{ steps.generate_branch.outputs.BRANCH_NAME }} # New branch
54
54
git add .
55
55
git commit -m "Weekly devbox dependencies update"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
echo "Changes detected. Creating PR"
101
101
102
102
git config user.name "ako-releaser"
103
- git config user.email "285350+your-app [bot]@users.noreply.github.com"
103
+ git config user.email "285350+ako-releaser [bot]@users.noreply.github.com"
104
104
105
105
git checkout -b "${BRANCH_NAME}"
106
106
git add .
Original file line number Diff line number Diff line change 82
82
echo "Changes detected. Creating PR"
83
83
84
84
git config user.name "ako-releaser"
85
- git config user.email "285350+your-app [bot]@users.noreply.github.com"
85
+ git config user.email "285350+ako-releaser [bot]@users.noreply.github.com"
86
86
87
87
git checkout -b "${BRANCH_NAME}"
88
88
git add .
Original file line number Diff line number Diff line change 51
51
if [[ $(git diff --stat) != '' ]]; then
52
52
echo 'Committing changes'
53
53
git config user.name "ako-releaser"
54
- git config user.email "285350+your-app [bot]@users.noreply.github.com"
54
+ git config user.email "285350+ako-releaser [bot]@users.noreply.github.com"
55
55
git add .
56
56
git commit -m "Fix licenses after dependabot changes" -m "[dependabot skip]"
57
57
git push
You can’t perform that action at this time.
0 commit comments