From 67157a0de04d465901f3185cde4f5fe63c228165 Mon Sep 17 00:00:00 2001 From: Andreas Niemann Date: Wed, 1 Jul 2026 01:10:49 +0200 Subject: [PATCH] test: composite action probe (will revert if unused) --- actions/hello/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 actions/hello/action.yml diff --git a/actions/hello/action.yml b/actions/hello/action.yml new file mode 100644 index 0000000..9cb862f --- /dev/null +++ b/actions/hello/action.yml @@ -0,0 +1,7 @@ +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"