We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cecb63 commit 770ba6dCopy full SHA for 770ba6d
.github/workflows/run-release-tests.yaml
@@ -10,6 +10,14 @@ on:
10
type: string
11
workflow_call:
12
inputs:
13
+ source:
14
+ description: Repository with tests (current)
15
+ required: false
16
+ type: string
17
+ branch:
18
+ description: Branch with tests (master)
19
20
21
codexdockerimage:
22
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
23
required: true
@@ -20,7 +28,6 @@ on:
28
29
default: ''
30
-
24
31
env:
25
32
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
26
33
BRANCH: ${{ github.ref_name }}
0 commit comments