foundation/actions/hello/action.yml
Andreas Niemann 67157a0de0
All checks were successful
CI / preflight (push) Successful in 4s
CI / typecheck (push) Successful in 14s
pulumi-preview / preview (push) Successful in 18s
test: composite action probe (will revert if unused)
2026-07-01 01:10:49 +02:00

7 lines
196 B
YAML

name: hello
description: smoke-test composite action (local-instance reuse probe)
runs:
using: composite
steps:
- shell: bash
run: echo "composite action from olsitec/foundation OK"