Skip to content

Commit

Permalink
Add checkout step before gh cli execution
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov committed Nov 19, 2024
1 parent 911c994 commit 512b286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
contents: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
# figure out the PR for this commit
- uses: cloudposse-github-actions/[email protected]
id: pr
Expand Down

0 comments on commit 512b286

Please sign in to comment.