Skip to content

Commit 3a3257b

Browse files
committed
Revert "Try gh cli"
This reverts commit 6928269.
1 parent 6928269 commit 3a3257b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-screenshots.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
node-version: 25
3737
check-latest: true
3838
- name: Remove label
39-
run: gh label delete 'Update Screenshots'
39+
uses: actions-ecosystem/action-remove-labels@v1
4040
with:
41+
labels: 'Update Screenshots'
4142
github_token: ${{ secrets.GITHUB_TOKEN }}
4243
- name: Install dependencies
4344
run: npm i

0 commit comments

Comments
 (0)