We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e993302 commit d172355Copy full SHA for d172355
.github/workflows/integration.yml
@@ -13,8 +13,8 @@ concurrency:
13
14
jobs:
15
call-shared:
16
- uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
+ uses: ruromero/exhort-integration-tests/.github/workflows/integration.yml@fix/exact-transitive-counts
17
with:
18
language: java
19
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20
- commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
+ commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments