diff --git a/.github/workflows/test_gh_cli.yml b/.github/workflows/test_gh_cli.yml index aa8b965..a8884bc 100644 --- a/.github/workflows/test_gh_cli.yml +++ b/.github/workflows/test_gh_cli.yml @@ -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" \ No newline at end of file + gh release create test test.txt \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..3e5a07d --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +TESTING RELEASE! \ No newline at end of file