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