make version backwards compatiable
This commit is contained in:
@@ -11,6 +11,10 @@ inputs:
|
|||||||
export-env:
|
export-env:
|
||||||
description: Export the secrets as environment variables
|
description: Export the secrets as environment variables
|
||||||
default: "false"
|
default: "false"
|
||||||
|
# Backward-compatible no-op input (intentionally ignored)
|
||||||
|
version:
|
||||||
|
description: "(Deprecated) No longer used. Kept for backwards compatibility."
|
||||||
|
default: "latest"
|
||||||
runs:
|
runs:
|
||||||
using: "node20"
|
using: "node20"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user