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"