Skip to content

Commit bcd2b3a

Browse files
authored
Fix issue action (#49)
1 parent 178cb4d commit bcd2b3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/issue.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
check:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: ./.github/actions/context
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ./.github/actions/context

0 commit comments

Comments
 (0)