We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e44108 commit 9476cf9Copy full SHA for 9476cf9
.github/workflows/test-check-transformers.yaml
@@ -27,6 +27,7 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v4
29
with:
30
+ path: ''
31
fetch-depth: 0
32
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
33
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || 'main' }}
0 commit comments