Skip to content

Commit

Permalink
Update fetch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
headquarter8302 authored Nov 8, 2023
1 parent 22e3f87 commit 96de11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: echo '[INFO] Setting Git up...'
- run: git config --global user.name 'Actions'; git config --global user.email 'actions@users.noreply.github.com'
- run: git config --global user.name 'Actions'; git config --global user.email '[email protected]'
- run: echo "[INFO] Scheduled run each 0:00 UTC every Tuesday and Friday"
- run: echo "[INFO] Fetching from site..."
- run: echo "[INFO] $GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 96de11b

Please sign in to comment.