Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 81d9a2f commit 0d842f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d842f7

Please sign in to comment.