From 78db68c331c5e065ab6e3fb8065f75e9d08e024b Mon Sep 17 00:00:00 2001 From: Pete Stenger Date: Fri, 4 Oct 2024 13:41:06 -0500 Subject: [PATCH] send out commit --- .github/workflows/deploy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index f4d40f31..236ce5ef 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -44,7 +44,7 @@ jobs: - name: Save scheduled discord pings run: | echo -e "name: \"workflow\"\non: workflow_dispatch3" > .github/workflows/date.yml - # Note: the following account information will not work on GHES + # Note: the following account information will not work on GHES!! git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add .