Add action.yml

This commit is contained in:
2026-01-15 13:38:06 +00:00
commit 9903da032b

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: wdi-actions
description: first composite action
runs:
using: "composite"
steps:
-run: echo "Hello this is the first composite actions"
shell: bash