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 8254e6d commit bab6a07
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test_gh_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Environment Test
on: push

jobs:
runs-on: ubuntu-latest
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!"
test-gh:
runs-on: ubuntu-latest
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!"

0 comments on commit bab6a07

Please sign in to comment.