Skip to content

Commit 86b6df3

Browse files
*sigh*
1 parent cd1b1d5 commit 86b6df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/label-bugs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: GongT/cancel-previous-workflows@master
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
DELETE: true
23+
DELETE: 'yes'

.github/workflows/label-duplicates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: GongT/cancel-previous-workflows@master
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
DELETE: true
23+
DELETE: 'yes'

0 commit comments

Comments
 (0)