Skip to content

Actionfile/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actionfile examples and tests

Examples and testcases for Actionfile excutor implementations

info

This file is a basic Actionfile that contains testcases.

basic

action basic.md
Hello, World!

config

action config.md
Hello, World!

override test

action test.md --arg TEST_TEXT="Cruel world!"
Cruel world!

override config

action config.md --arg TEST_TEXT="Cruel world!"
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

About

Examples and testcases for Actionfile excutor implementations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published