GitHub Action 3 месяцев назад
Родитель
Сommit
b229aeec0b
1 измененных файлов с 1 добавлено и 1 удалено
  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"
    ```