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 8a0f86a commit 7156a28Copy full SHA for 7156a28
.github/workflows/validate_issue.yml
@@ -7,6 +7,7 @@ jobs:
7
validate:
8
runs-on: ubuntu-latest
9
steps:
10
+ - uses: actions/checkout@v3
11
- uses: ./.github/issue-validator
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments