Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Haass <johannes.haass@sap.com>
  • Loading branch information
johha committed Oct 17, 2024
1 parent 2d80d28 commit b55f28c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump_bbs_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
if: env.changes == 'true'
run: |
pushd cloud_controller_ng > /dev/null
git config user.name "capi-bot"
git config user.email "cf-capi-eng@pivotal.io"
git config user.name "dependabot[bot]"
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
git add .
git commit -m "Bump BBS protos"
popd > /dev/null
Expand All @@ -85,5 +85,5 @@ jobs:
Please review carefully before merging.
labels: "bump_bbs_protos, needs_review"
commit-message: "Bump BBS protos"
author: "capi-bot <cf-capi-eng@pivotal.io>"
committer: "capi-bot <cf-capi-eng@pivotal.io>"
author: "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"
committer: "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"

0 comments on commit b55f28c

Please sign in to comment.