We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b951581 commit c9a9877Copy full SHA for c9a9877
.github/workflows/integration.yml
@@ -22,5 +22,5 @@ jobs:
22
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
23
with:
24
language: javascript
25
- repo-url: ${{ github.repository }}
26
- commit-sha: ${{ github.event_name == 'workflow_dispatch' && github.sha || github.event.workflow_run.head_sha && github.event.workflow_run.head_sha != github.event.workflow_run.base_sha && github.event.workflow_run.head_sha ||github.sha }}
+ repo-url: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_repository.full_name || github.repository }}
+ commit-sha: ${{ github.event_name == 'workflow_dispatch' && github.sha || github.event.workflow_run.head_sha || github.sha }}
0 commit comments