Skip to content

Commit

Permalink
build: set an email for github actions bot
Browse files Browse the repository at this point in the history
The customary email is [email protected].

Without setting an email, we can't pass the CLA.

Issue GoogleCloudPlatform#1144
  • Loading branch information
justinsb committed Jan 24, 2024
1 parent ed5927b commit 25ed508
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 25ed508

Please sign in to comment.