Add action.yml
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user