Skip to content

Commit

Permalink
Update test_gh_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Apr 5, 2024
1 parent 5332f21 commit 8254e6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test_gh_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ name: Environment Test
on: push

jobs:
runs-on: ubuntu-latest
steps:
- run: gh issue create --body "Hello world!"
- 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!"

0 comments on commit 8254e6d

Please sign in to comment.