We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aec309 commit 661bcdaCopy full SHA for 661bcda
1 file changed
.github/workflows/tvmbot.yml
@@ -24,6 +24,8 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
+ with:
28
+ ref: ${{ github.event.pull_request.head.sha }}
29
- name: Run tvm-bot
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments