From ecacc85be28e4f3e3e19ea336ddaec2447e940af Mon Sep 17 00:00:00 2001 From: cansavvy Date: Mon, 25 Mar 2024 19:24:25 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'config=5Fa?= =?UTF-8?q?utomation.yml'=20with=20remote=20'config=5Fautomation.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-2.01 --- config_automation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_automation.yml b/config_automation.yml index 1c9d38a..1a1a577 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -12,6 +12,8 @@ spell-check: yes style-code: yes # Test build the docker image if any docker-relevant files have been changed docker-test: no +# Should URLs be tested periodically? +url-check-periodically: yes ##### Renderings run upon merge to main branch ##### # Rendering each platform's content From 2b9a62eb54804e262dbdf4b1136c72246f76642f Mon Sep 17 00:00:00 2001 From: cansavvy Date: Mon, 25 Mar 2024 19:24:25 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/wo?= =?UTF-8?q?rkflows/send-updates.yml'=20with=20remote=20'.github/workflows/?= =?UTF-8?q?send-updates.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-2.01 --- .github/workflows/send-updates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/send-updates.yml b/.github/workflows/send-updates.yml index 07a0cd9..f636dc0 100644 --- a/.github/workflows/send-updates.yml +++ b/.github/workflows/send-updates.yml @@ -20,11 +20,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Login as jhudsl-robot + - name: Login as github actions bot run: | git config --global --add safe.directory $GITHUB_WORKSPACE - git config --global user.email "itcrtrainingnetwork@gmail.com" - git config --global user.name "jhudsl-robot" + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Get the version id: get_tag From 175e5076fe76d40eaea9e0306213c11717127050 Mon Sep 17 00:00:00 2001 From: cansavvy Date: Mon, 25 Mar 2024 19:24:25 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/wo?= =?UTF-8?q?rkflows/test-send-updates.yml'=20with=20remote=20'.github/workf?= =?UTF-8?q?lows/test-send-updates.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-2.01 --- .github/workflows/test-send-updates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-send-updates.yml b/.github/workflows/test-send-updates.yml index ffb1afc..61e6b71 100644 --- a/.github/workflows/test-send-updates.yml +++ b/.github/workflows/test-send-updates.yml @@ -20,11 +20,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@master - - name: Login as jhudsl-robot + - name: Login as github actions bot run: | git config --global --add safe.directory $GITHUB_WORKSPACE - git config --global user.email "itcrtrainingnetwork@gmail.com" - git config --global user.name "jhudsl-robot" + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Set up test-sync.yml run: |