From 9903da032b789f271acbf8713525e125eeae6b89 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Thu, 15 Jan 2026 13:38:06 +0000 Subject: [PATCH] Add action.yml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..66af5ca --- /dev/null +++ b/action.yml @@ -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 + \ No newline at end of file