GitHub - Actionfile/examples: Examples and testcases for Actionfile excutor implementations
-
Notifications
You must be signed in to change notification settings - Fork 0
Actionfile examples and tests
Examples and testcases for Actionfile excutor implementations
info
This file is a basic Actionfile that contains testcases.
basic
config
override test
action test.md --arg TEST_TEXT="Cruel world!"override config
action config.md --arg TEST_TEXT="Cruel world!"default run
echo "This is the default action for this actionfile. Others are:" action . --list-actions
This is the default action for this actionfile. Others are:
basic
config
override test
override config
default
run