Skip to content

Commit 26ecf38

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
with:
14+
fetch-depth: 0
15+
ref: ${{ github.event.pull_request.head.ref }}
1316
- uses: actions-rs/[email protected]
1417
with:
1518
toolchain: stable

0 commit comments

Comments
 (0)