Skip to content

Commit 62f5f1c

Browse files
trigger workflow for external CI
1 parent 6dbaf95 commit 62f5f1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/triggerCI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v7
13+
- uses: actions/github-script@v9
1414
with:
1515
github-token: ${{ secrets.LTX_SIMULATION_TOKEN }}
1616
script: |
@@ -23,5 +23,6 @@ jobs:
2323
number: context.payload.number,
2424
head_sha: pr.head?.sha ?? null,
2525
base_sha: pr.base?.sha ?? null,
26+
github_repo: context.repo.full_name
2627
}
2728
});

0 commit comments

Comments
 (0)