make version backwards compatiable

This commit is contained in:
Jill Regan
2026-02-20 18:59:19 -05:00
parent 85fc7ef953
commit 9bdf6cdcfc

View File

@@ -11,6 +11,10 @@ inputs:
export-env:
description: Export the secrets as environment variables
default: "false"
# Backward-compatible no-op input (intentionally ignored)
version:
description: "(Deprecated) No longer used. Kept for backwards compatibility."
default: "latest"
runs:
using: "node20"
main: "dist/index.js"