Skip to content

updated github action workflow #8

updated github action workflow

updated github action workflow #8

Workflow file for this run

name: 'Deploy to Oracle'
on:
push:
branches:
- 'replace-nx-with-turborepo'
jobs:
install_oracle_cli:
runs-on: ubuntu-latest
steps:
- name: 'Install Oracle CLI'
- run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh

Check failure on line 13 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL