Files
wdiactions/action.yml

9 lines
188 B
YAML
Raw Normal View History

2026-01-15 13:38:06 +00:00
name: wdi-actions
description: first composite action
runs:
using: "composite"
steps:
-run: echo "Hello this is the first composite actions"
shell: bash