Skip to content

Commit

Permalink
checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 9, 2023
1 parent 9fe882b commit 22b278c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
clean-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Setup PNPM
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 22b278c

Please sign in to comment.