Skip to content

Got-Error while using example query #15

Open
@MPRR-Pandu

Description

@MPRR-Pandu

Error: failed to check release, error: proto: (line 1:94): invalid value for bytes field statement: "CREATE TABLE IF NOT EXISTS ticket (\n id int,\n name text\n);\n"

CREATE TABLE IF NOT EXISTS ticket (
  id int,
  name text
);
 - name: Check release
        uses: bytebase/[email protected]
        with:
          url: ${{ env.BYTEBASE_URL }}
          token: ${{ steps.login.outputs.token }}
          file-pattern: ${{ env.FILE_PATTERN }}
          # fail the action if release checks report any error.
          check-release: "FAIL_ON_ERROR"
          project: ${{ env.BYTEBASE_PROJECT }}
          targets: ${{ env.BYTEBASE_TARGETS }}
          validate-only: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions