Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1146 from justinsb/set_email_f…
Browse files Browse the repository at this point in the history
…or_github_actions_bot

build: set an email for github actions bot
  • Loading branch information
google-oss-prow[bot] authored Jan 24, 2024
2 parents 864da87 + 25ed508 commit 05c9f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Check current state"
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config user.email "[email protected]"
echo "Checking the current state..."
echo "Release version: ${{ env.RELEASE_VERSION }}"
echo "Location: $(pwd)"
Expand Down

0 comments on commit 05c9f40

Please sign in to comment.