diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 34ea531..cd3d6c7 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -18,9 +18,8 @@ jobs: steps: - # - # - # + # Initializes an SSH agent and loads the deployment key so that subsequent git + # operations (fetch/push) authenticate via SSH. # - name: Setup SSH uses: webfactory/ssh-agent@v0.9.0 @@ -38,9 +37,6 @@ jobs: ssh-key: ${{ secrets.WORKFLOW_DEPLOY_KEY }} persist-credentials: false - - name: Test SSH auth - run: ssh -T git@github.com || true - - name: Set Up Go Environment uses: actions/setup-go@v5 with: diff --git a/cli/cli.go b/cli/cli.go index 246b630..da25d6a 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -161,7 +161,7 @@ func ReadArgs() Config { info := flag.Bool("info", false, "an info-level logging setter that enables info logs when set to 'true'") stacktrace := flag.Bool("stacktrace", false, - "a stack trace setter that enables stack traces in error logs when set to 'true'123") + "a stack trace setter that enables stack traces in error logs when set to 'true'") flag.Parse()