Skip to content

Commit e359eb7

Browse files
workflows: Fix checkout
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent eea939b commit e359eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
with:
14+
ref: ${{ github.event.pull_request.head.ref }}
1315
- uses: actions-rs/[email protected]
1416
with:
1517
toolchain: stable

0 commit comments

Comments
 (0)