Pass repository and branch to release tests workflow (#108) (#117)

This commit is contained in:
Slava 2024-12-04 09:30:31 +02:00 committed by GitHub
parent 5cecb63307
commit 770ba6dcdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,14 @@ on:
type: string
workflow_call:
inputs:
source:
description: Repository with tests (current)
required: false
type: string
branch:
description: Branch with tests (master)
required: false
type: string
codexdockerimage:
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
required: true
@ -20,7 +28,6 @@ on:
type: string
default: ''
env:
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
BRANCH: ${{ github.ref_name }}