We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aa75a commit 81b9cdbCopy full SHA for 81b9cdb
.github/workflows/dependabot-tapioca.yml
@@ -16,6 +16,7 @@ jobs:
16
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'bundler' }}
17
with:
18
token: ${{ secrets.PAT_USER_TOKEN }}
19
+ ref: ${{ github.event.pull_request.head.sha }}
20
- name: Setup AutoHCK
21
uses: ./.github/actions/setup-autohck
22
0 commit comments