Skip to content

Update test_gh_cli.yml #4

Update test_gh_cli.yml

Update test_gh_cli.yml #4

Workflow file for this run

name: Environment Test
on: push
jobs:
runs-on: ubuntu-latest

Check failure on line 6 in .github/workflows/test_gh_cli.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_gh_cli.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run gh CLI Command
run: |
gh repo list
- name: Run gh CLI Command
run: |
gh issue create --body "Hello world!"