Explorar o código

chore: generate

GitHub Action hai 7 meses
pai
achega
b229aeec0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/opencode@1.0.0
      - component: $CI_SERVER_FQDN/nagyv/gitlab-opencode/opencode@1.0.0
        inputs:
        inputs:
          config_dir: ${CI_PROJECT_DIR}/opencode-config
          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
          command: optional-custom-command
          message: "Your prompt here"
          message: "Your prompt here"
    ```
    ```