Skip to content

Commit 770ba6d

Browse files
Pass repository and branch to release tests workflow (#108) (#117)
1 parent 5cecb63 commit 770ba6d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/run-release-tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ on:
1010
type: string
1111
workflow_call:
1212
inputs:
13+
source:
14+
description: Repository with tests (current)
15+
required: false
16+
type: string
17+
branch:
18+
description: Branch with tests (master)
19+
required: false
20+
type: string
1321
codexdockerimage:
1422
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
1523
required: true
@@ -20,7 +28,6 @@ on:
2028
type: string
2129
default: ''
2230

23-
2431
env:
2532
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
2633
BRANCH: ${{ github.ref_name }}

0 commit comments

Comments
 (0)