Skip to content

Instantly share code, notes, and snippets.

@GuillaumeFalourd
Last active July 1, 2021 19:28
Show Gist options
  • Save GuillaumeFalourd/2ce07479c05e866e7d9910dbdfcc749a to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/2ce07479c05e866e7d9910dbdfcc749a to your computer and use it in GitHub Desktop.
Execution of a Ritchie formula using Ritchie CLI action
name: Ritchie Formula Demo
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Golang Version
uses: actions/setup-go@v2
with:
go-version: '1.16.0'
- uses: GuillaumeFalourd/ritchie-cli-action@v1
with:
rit_formula_command: rit demo hello-world --rit_input_text="Dennis" --rit_input_boolean=true --rit_input_list="everything" --rit_input_password="Ritchie"
rit_repo_url: https://github.com/ZupIT/ritchie-formulas-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment