v2
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 7s

This commit is contained in:
2026-03-05 07:14:39 -07:00
parent c01a6494ca
commit 19dd8f0430
4 changed files with 23 additions and 20 deletions

View File

@@ -14,11 +14,8 @@ inputs:
container_name:
description: container name (org/package)
required: true
container_tag:
description: container tag (latest)
required: true
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
- run: node $GITHUB_ACTION_PATH/action.js
shell: bash