Skip to content

Commit

Permalink
Merge pull request #70 from /issues/69-change-git-email
Browse files Browse the repository at this point in the history
Change email address used by update workflow
  • Loading branch information
delabassee committed Jan 30, 2024
2 parents 8294b2d + 44ecdb7 commit 0049305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdk.java.net-uri-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- run: $JAVA_HOME_17_X64/bin/java src/ListOpenJavaDevelopmentKits.java > jdk.java.net-uri.properties
- run: |
git diff
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github_actions_dev
git config user.email github_actions_dev_grp@oracle.com
git add .
if [ -z "$(git status --porcelain)" ]; then
echo 'No changes detected.'
Expand Down

0 comments on commit 0049305

Please sign in to comment.