File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 - name : Setup pnpm
5858 if : steps.check_files.outputs.files_exists == 'true'
59- uses : pnpm/action-setup@v5
59+ uses : pnpm/action-setup@v6
6060
6161 - name : Setup Node
6262 if : steps.check_files.outputs.files_exists == 'true'
Original file line number Diff line number Diff line change 4040 git config user.email 'github-actions[bot]@users.noreply.github.com'
4141
4242 - name : Setup pnpm
43- uses : pnpm/action-setup@v5
43+ uses : pnpm/action-setup@v6
4444
4545 - name : Set Env
4646 if : github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'fetch')
Original file line number Diff line number Diff line change 3535 git config user.email 'github-actions[bot]@users.noreply.github.com'
3636
3737 - name : Setup pnpm
38- uses : pnpm/action-setup@v5
38+ uses : pnpm/action-setup@v6
3939
4040 - name : Setup Node
4141 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323
2424 - name : Setup pnpm
25- uses : pnpm/action-setup@v5
25+ uses : pnpm/action-setup@v6
2626 - name : Setup Node
2727 uses : actions/setup-node@v6
2828 with :
Original file line number Diff line number Diff line change 2828 git config user.email "github-actions[bot]@users.noreply.github.com"
2929
3030 - name : Setup pnpm
31- uses : pnpm/action-setup@v5
31+ uses : pnpm/action-setup@v6
3232
3333 - name : Set Env
3434 run : |
4646 - name : Commit changes if any
4747 id : commit
4848 run : |
49- if [[ -n "$(git status --porcelain)" ]]; then
50- git add .
49+ if [[ -n "$(git status --porcelain raw/ )" ]]; then
50+ git add raw/
5151 git commit -m "Fetch updated logos from Dropbox" --no-verify --signoff
5252 git push -f origin control-branch
5353 echo "changes_detected=true" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments