Examples and testcases for Actionfile excutor implementations
This file is a basic Actionfile that contains testcases.
action basic.mdHello, World!
action config.mdHello, World!
action test.md --arg TEST_TEXT="Cruel world!"Cruel world!
action config.md --arg TEST_TEXT="Cruel world!"Cruel world!
echo "This is the default action for this actionfile. Others are:"
action . --list-actionsThis is the default action for this actionfile. Others are:
basic
config
override test
override config
default
run