Skip to content

Commit 54c9375

Browse files
committed
Add main + declare thor repo
1 parent 1790502 commit 54c9375

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
thor-branch:
1717
type: string
1818
required: false
19+
thor-repo:
20+
type: string
21+
required: false
22+
default: vechain/thor
1923
codebuild-name:
2024
type: string
2125
required: false
@@ -60,7 +64,7 @@ jobs:
6064
- name: Checkout Thor
6165
uses: actions/checkout@v4
6266
with:
63-
repository: vechain/thor
67+
repository: ${{ inputs.thor-repo || 'vechain/thor' }}
6468
path: thor
6569
ref: ${{ inputs.thor-branch || 'master' }}
6670

0 commit comments

Comments
 (0)