Skip to content

Commit

Permalink
workflows: Fix checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jul 18, 2024
1 parent eea939b commit 26ecf38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
Expand Down

0 comments on commit 26ecf38

Please sign in to comment.