Skip to content

Instantly share code, notes, and snippets.

@GuillaumeFalourd
Last active July 1, 2021 19:25
Show Gist options
  • Save GuillaumeFalourd/64b8f99a5fedf3608af4f5ffc72d7ff5 to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/64b8f99a5fedf3608af4f5ffc72d7ff5 to your computer and use it in GitHub Desktop.
Execution of a Ritchie formula using Docker image
name: Ritchie Formula Demo
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://guillaumefalourd/ritchiecli:go-1.15.8
steps:
- name: Ritchie Formula Hello World (Golang) Execution
run: |
sudo rit add repo --provider="Github" --name="demo" --repoUrl="https://github.com/ZupIT/ritchie-formulas-demo" --priority=1
sudo rit demo hello-world --rit_input_text="Dennis" --rit_input_boolean=true --rit_input_list="everything" --rit_input_password="Ritchie"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment