Skip to content

Update github-actions.yml #3

Update github-actions.yml

Update github-actions.yml #3

name : GitHub actions test
on : [push]
jobs :
test :

Check failure on line 4 in .github/workflows/github-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
env :
SECRET_ENV_VARIABLE : test
steps :
- name : Download Onboardbase
run : wget https://onboardbase-cli.fra1.digitaloceanspaces.com/apt/onbardbase.deb
- name : Install Onboardbase
run sudo dpkg -i onboardbase.deb
- name : Setup Onboardbase
run : onboardbase config:set --token "${{secrets.ONBOARDBASE_TOKEN}}"
- name : Run project
run : onboardbase build -c "printenv SECRET_ENV_VARIABLE" --project "github actions test" -e "development"