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 e4d47ce commit f161633Copy full SHA for f161633
.github/workflows/update-deps.yml
@@ -8,12 +8,13 @@ on:
8
push:
9
branches:
10
- main
11
+ - fix-ci
12
workflow_dispatch:
13
14
permissions:
- contents: write # To modify files and create commits
15
+ contents: write # To modify files and create commits
16
pull-requests: write # To create and update pull requests
- actions: write # To cancel previous workflow runs
17
+ actions: write # To cancel previous workflow runs
18
19
jobs:
20
update-cli:
0 commit comments