feat: add header for workflow call

This commit is contained in:
arashagp
2025-01-02 10:34:54 +03:30
parent fa5c4d3e8c
commit 9fcacd8067
5 changed files with 33 additions and 5 deletions

View File

@@ -8,6 +8,13 @@ on:
release:
types:
- created
workflow_call:
inputs:
node-version:
description: "Node.js version"
required: true
default: "lts/*"
type: string
env:
NODE_VERSION: lts/*