From 0d842f76f240a1472d8dafac6d0446b374c27746 Mon Sep 17 00:00:00 2001 From: Pete Stenger Date: Fri, 4 Oct 2024 13:31:55 -0500 Subject: [PATCH] test2 --- .github/workflows/deploy-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index f4087b91..405885a2 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -12,8 +12,11 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_PAT }} - - run: | - echo -e "name: \"workflow\"\non: workflow_dispatch1" > .github/workflows/date.yml + submodules: true + fetch-depth: 0 + - name: Save scheduled discord pings + run: | + echo -e "name: \"workflow\"\non: workflow_dispatch2" > .github/workflows/date.yml # 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"