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 e359eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
Expand Down

0 comments on commit e359eb7

Please sign in to comment.