Skip to content

Commit

Permalink
🐛 Fix missing .git directory (#1484)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Nov 19, 2024
1 parent 911c994 commit 13003d2
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 13003d2

Please sign in to comment.