Skip to content

Commit 7156a28

Browse files
authored
Ensure repo is checked out before running validate issue action (#37972)
1 parent 8a0f86a commit 7156a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
validate:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v3
1011
- uses: ./.github/issue-validator
1112
env:
1213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)