Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 86a82b7

Browse files
committed
docs (chore): fixed daily cron action
1 parent fbd3ee3 commit 86a82b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ runner.os }}-yarn-
3636
3737
- name: Install dependencies
38-
run: yarn install --frozen-lockfile && yarn bootstrap
38+
run: yarn install --frozen-lockfile
3939

4040
- name: Setup Git
4141
run: |

.github/workflows/daily.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-yarn-
3434
3535
- name: Install dependencies
36-
run: yarn install --frozen-lockfile && yarn bootstrap
36+
run: yarn install --frozen-lockfile
3737

3838
- name: Setup Git
3939
run: |
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Commit avatars and all-sponsorsrc
4747
run: |
48-
git add website/public/avatars
48+
git add public/avatars
4949
git diff --staged --quiet || git commit -m "chore(avatars): $GITHUB_SHA"
5050
5151
git add .all-sponsorsrc

0 commit comments

Comments
 (0)