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 ab5949f commit fc739a8Copy full SHA for fc739a8
1 file changed
.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
19
if: |
20
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
21
github.event_name == 'workflow_dispatch'
22
- uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
+ uses: a-oren/exhort-integration-tests/.github/workflows/integration.yml@TC-4813
23
with:
24
language: javascript
25
repo-url: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_repository.full_name || github.repository }}
0 commit comments