diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index 0fb942c7..894c610e 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -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/get-pr@v2.0.0 id: pr