Skip to content

Commit

Permalink
chore: seperate complex step
Browse files Browse the repository at this point in the history
  • Loading branch information
bot authored and bot committed Dec 7, 2023
1 parent 43c48a7 commit c6de52d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/daily-cron-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: |
git config --global user.name 'bot'
git config --global user.email '[email protected]'
- name: Recording
- name: Preparing
run: |
npm install --global yarn && yarn install
- name: Execute
run: |
node .

0 comments on commit c6de52d

Please sign in to comment.