Skip to content

Commit

Permalink
Update daily-cron-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWind committed Apr 19, 2024
1 parent df00f7b commit 9ea1053
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/daily-cron-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup Git Infomation
run: |
git config --global user.name 'bot'
git config --global user.email '[email protected]'
- name: Preparing
run: |
npm install --global yarn && yarn install
Expand Down

0 comments on commit 9ea1053

Please sign in to comment.