We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9367b43 commit 03b066bCopy full SHA for 03b066b
.github/workflows/update-browser-versions.yml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
fetch-depth: 0
20
token: ${{ secrets.BOT_GITHUB_ACTION_TOKEN }}
21
+ - name: Setup CircleCI CLI
22
+ run: |
23
+ sudo snap install circleci
24
- name: Set committer info
25
## attribute the commit to cypress-bot: https://github.community/t/logging-into-git-as-a-github-app/115916
26
run: |
0 commit comments