From 827db1de16ee950af8d6070c4b26b1a11ab6a85a Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Fri, 5 Apr 2024 13:53:02 -0700 Subject: [PATCH] Update test_gh_cli.yml --- .github/workflows/test_gh_cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_gh_cli.yml b/.github/workflows/test_gh_cli.yml index 17f8326..aa8b965 100644 --- a/.github/workflows/test_gh_cli.yml +++ b/.github/workflows/test_gh_cli.yml @@ -17,4 +17,4 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh issue create --body "Hello world!" \ No newline at end of file + gh issue create --body "Hello world!" --title "Testing GH cli in actions" \ No newline at end of file