Skip to content

Commit

Permalink
Ensure repo is checked out before running validate issue action (#37972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jun 24, 2022
1 parent 8a0f86a commit 7156a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/issue-validator
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7156a28

Please sign in to comment.