feat: add workflow_call inputs for expected sha256sums
This commit is contained in:
parent
6f8ffd2434
commit
54188cbe05
6
.github/workflows/update-expected.yml
vendored
6
.github/workflows/update-expected.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user