From e42fc97acbf213f299891ffdba758757b0ed7f69 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Mon, 29 Jan 2024 22:55:05 +0100 Subject: [PATCH 1/2] Change email address used by update workflow Closes #69 --- .github/workflows/jdk.java.net-uri-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jdk.java.net-uri-update.yml b/.github/workflows/jdk.java.net-uri-update.yml index 8090471..a526816 100644 --- a/.github/workflows/jdk.java.net-uri-update.yml +++ b/.github/workflows/jdk.java.net-uri-update.yml @@ -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 Oracle GitHub Actions + git config user.email github_actions_dev_grp@oracle.com git add . if [ -z "$(git status --porcelain)" ]; then echo 'No changes detected.' From 44ecdb7a9a40760bed6b7a0fa1d364dc78a33a0a Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Mon, 29 Jan 2024 23:00:55 +0100 Subject: [PATCH 2/2] Remove space chars from user name --- .github/workflows/jdk.java.net-uri-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jdk.java.net-uri-update.yml b/.github/workflows/jdk.java.net-uri-update.yml index a526816..7bd0dce 100644 --- a/.github/workflows/jdk.java.net-uri-update.yml +++ b/.github/workflows/jdk.java.net-uri-update.yml @@ -13,7 +13,7 @@ jobs: - run: $JAVA_HOME_17_X64/bin/java src/ListOpenJavaDevelopmentKits.java > jdk.java.net-uri.properties - run: | git diff - git config user.name Oracle GitHub Actions + 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