We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea939b commit e359eb7Copy full SHA for e359eb7
.github/workflows/deploy.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@master
13
+ with:
14
+ ref: ${{ github.event.pull_request.head.ref }}
15
- uses: actions-rs/[email protected]
16
with:
17
toolchain: stable
0 commit comments