We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d9247 commit 0cbb14dCopy full SHA for 0cbb14d
.github/workflows/integration.yml
@@ -13,10 +13,8 @@ concurrency:
13
14
jobs:
15
call-shared:
16
- uses: ruromero/exhort-integration-tests/.github/workflows/integration.yml@sdk-common
+ uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@sdk-common
17
with:
18
language: javascript
19
- repo-url: ${{ github.repository }}
20
- commit-sha: ${{ github.sha }}
21
- secrets:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
+ commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments