Skip to content

Commit c9a9877

Browse files
authored
fix: it using a wrong reference for PRs (#322)
1 parent b951581 commit c9a9877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
2323
with:
2424
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 }}
25+
repo-url: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_repository.full_name || github.repository }}
26+
commit-sha: ${{ github.event_name == 'workflow_dispatch' && github.sha || github.event.workflow_run.head_sha || github.sha }}

0 commit comments

Comments
 (0)