We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81602c commit 3a2e389Copy full SHA for 3a2e389
1 file changed
.github/workflows/integration.yml
@@ -13,8 +13,10 @@ concurrency:
13
14
jobs:
15
call-shared:
16
- uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
17
- with:
18
- language: javascript
19
- repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20
- commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
+ - uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
+ with:
+ language: javascript
+ repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
+ commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
21
+ env:
22
+ EXHORT_BACKEND_URL: https://exhort.stage.devshift.net
0 commit comments