Skip to content

Commit

Permalink
testing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Apr 5, 2024
1 parent 827db1d commit 12f7939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_gh_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run gh CLI Command
env:
GH_TOKEN: ${{ github.token }}
- name: understand env
run: |
gh repo list
ls
- name: Run gh CLI Command
env:
GH_TOKEN: ${{ github.token }}
run: |
gh issue create --body "Hello world!" --title "Testing GH cli in actions"
gh release create test test.txt
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TESTING RELEASE!

0 comments on commit 12f7939

Please sign in to comment.