Skip to content

Commit 03b066b

Browse files
authored
chore: install circleci cli on gh action that updates browser versions (#32538)
* chore: install circleci cli on browser version action so it can pack our ymls * rm unnecessary env def
1 parent 9367b43 commit 03b066b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-browser-versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.BOT_GITHUB_ACTION_TOKEN }}
21+
- name: Setup CircleCI CLI
22+
run: |
23+
sudo snap install circleci
2124
- name: Set committer info
2225
## attribute the commit to cypress-bot: https://github.community/t/logging-into-git-as-a-github-app/115916
2326
run: |

0 commit comments

Comments
 (0)