Skip to content

Commit ccd827f

Browse files
author
thomas loubrieu
committed
fix workflow syntax
1 parent 4e702e9 commit ccd827f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sync_labels.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: micnncim/action-label-syncer@v1
14-
with:
15-
prune: false
1614
env:
1715
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1816
with:
19-
manifest: path/to/manifest/labels.yml
17+
manifest: labels.yml
18+
with.prune: false

0 commit comments

Comments
 (0)