File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,12 @@ jobs:
39
39
- name : Create empty commit in backup-utils
40
40
id : empty-commit
41
41
run : |
42
- git config user.name "timreimherr "
43
- git config user.email "ghes-releases-team@ github.com"
42
+ git config user.name "release-controller[bot] "
43
+ git config user.email "223695+release-controller[bot]@users.noreply. github.com"
44
44
git fetch origin tims-test-branch
45
45
git checkout tims-test-branch
46
46
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47
- # create string of usernma:token for git push
48
- git push origin tims-test-branch "https://release-controller[bot]:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
47
+ git push origin tims-test-branch
49
48
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
50
49
- name : Echo Success if commit was created
51
50
if : steps.empty-commit.outputs.commit-sha != ''
You can’t perform that action at this time.
0 commit comments