mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
set proper outputs name
This commit is contained in:
parent
8630b87a1f
commit
a9805c84c2
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "Version to publish (leave blank to use 'dev')"
|
description: "Version to publish"
|
||||||
required: false
|
required: false
|
||||||
default: "dev"
|
default: "dev"
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
prepare-json:
|
prepare-json:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
offliner_definition: ${{ steps.read-json.outputs.offliner_definition }}
|
offliner_definition_b64: ${{ steps.read-json.outputs.offliner_definition_b64 }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue