Browse Source

chore: generate

GitHub Action 2 months ago
parent
commit
b229aeec0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/gitlab.mdx

+ 1 - 1
packages/web/src/content/docs/gitlab.mdx

@@ -35,7 +35,7 @@ Here we are using a community-created CI/CD component for OpenCode — [nagyv/gi
      - component: $CI_SERVER_FQDN/nagyv/gitlab-opencode/[email protected]
        inputs:
          config_dir: ${CI_PROJECT_DIR}/opencode-config
-         auth_json: $OPENCODE_AUTH_JSON  # The variable name for your OpenCode authentication JSON
+         auth_json: $OPENCODE_AUTH_JSON # The variable name for your OpenCode authentication JSON
          command: optional-custom-command
          message: "Your prompt here"
    ```