Skip to content

Commit

Permalink
Rename git users to be able to correlate to workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 5, 2024
1 parent 578a9fb commit 4318d30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# configure git
git config --global user.name "actions/k3s-boshrelease"
git config --global user.name "workflows/k3s-boshrelease/create-PRs-based-on-release-branches"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
./create-missing-PR.bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-final-bosh-release-on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
#pwd
#find .
# configure git
git config --global user.name "actions/k3s-boshrelease"
git config --global user.name "workflows/k3s-boshrelease/create-final-bosh-release"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
export VENDIR_GITHUB_API_TOKEN="${GITHUB_TOKEN}"
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git"
# configure git
git config --global user.name "actions/bosh-releaser@v2"
git config --global user.name "workflows/k3s-boshrelease/create-final-bosh-release"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
FORCE_PUSH: ${{ inputs.force_push}}
run: |
# configure git
git config --global user.name "actions/k3s-boshrelease"
git config --global user.name "workflows/k3s-boshrelease/create-release-branches"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
./create-release-branches.bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#pwd
#find .
# configure git
git config --global user.name "actions/k3s-boshrelease"
git config --global user.name "workflows/k3s-boshrelease/rebase-release-branches-on-master-branch-commits"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
Expand Down

0 comments on commit 4318d30

Please sign in to comment.