9 lines
188 B
YAML
9 lines
188 B
YAML
name: wdi-actions
|
|
description: first composite action
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
-run: echo "Hello this is the first composite actions"
|
|
shell: bash
|
|
|