feat: add workflow_call inputs for expected sha256sums

This commit is contained in:
robertsLando 2025-10-29 09:12:36 +01:00
parent 6f8ffd2434
commit 54188cbe05
No known key found for this signature in database

View File

@ -7,6 +7,12 @@ on:
description: 'Expected sha256sums. Format is "<sha> node-v<version>-<os>-<arch>"'
required: true
type: string
workflow_call:
inputs:
shas:
description: 'Expected sha256sums. Format is "<sha> node-v<version>-<os>-<arch>"'
required: true
type: string
jobs:
update: