Skip to content

Commit a187ffb

Browse files
Merge pull request #812 from nizam-786mohaideen/patch-3
Update issue-label.yml
2 parents 05a88b1 + 81b808e commit a187ffb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/issue-label.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- name: Label Syncer
11-
uses: micnncim/[email protected]
12-
env:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14-
GITHUB_REPOSITORY: ${{ github.repository }}
15-
with:
16-
manifest: .github/labels.json
17-
prune: false
9+
- name: Checkout code
10+
uses: actions/checkout@v2
11+
12+
- name: Label Syncer
13+
uses: micnncim/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_REPOSITORY: ${{ github.repository }}
17+
with:
18+
manifest: .github/labels.json
19+
prune: false

0 commit comments

Comments
 (0)