test: composite action probe (will revert if unused)
This commit is contained in:
parent
f9aecf1b18
commit
67157a0de0
1 changed files with 7 additions and 0 deletions
7
actions/hello/action.yml
Normal file
7
actions/hello/action.yml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue