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 312a62a commit 6928269Copy full SHA for 6928269
.github/workflows/update-screenshots.yml
@@ -36,9 +36,8 @@ jobs:
36
node-version: 25
37
check-latest: true
38
- name: Remove label
39
- uses: actions-ecosystem/action-remove-labels@v1
+ run: gh label delete 'Update Screenshots'
40
with:
41
- labels: 'Update Screenshots'
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
- name: Install dependencies
44
run: npm i
0 commit comments