Skip to content

Commit 39c3c15

Browse files
committed
Refactor action script to streamline GitHub authentication verification and update logging group names for clarity
1 parent 0139fbb commit 39c3c15

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ runs:
8686
shell: bash
8787
run: |
8888
# Script
89-
echo "::group::Verify GitHub Auth"
90-
gh auth status
91-
echo "::endgroup::"
92-
89+
9390
echo "::group::Install GitHub Copilot CLI"
9491
if [ "$COPILOT_VERSION" = "latest" ]; then
9592
npm install -g @github/copilot
@@ -114,7 +111,7 @@ runs:
114111
echo "::endgroup::"
115112
fi
116113
117-
echo "::group::Build Copilot Args"
114+
echo "::group::Copilot Options"
118115
COPILOT_ARGS=""
119116
120117
COPILOT_ARGS+="--add-dir / "

0 commit comments

Comments
 (0)