From 2afe3150215fbd6bf8a93ee6f853ad232e5d101d Mon Sep 17 00:00:00 2001 From: Adalbert Makarovych Date: Tue, 3 Sep 2024 12:33:42 +0300 Subject: [PATCH] Fixed release workflow --- .github/workflows/docker.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 86802e9..1a8d93c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -131,7 +131,7 @@ jobs: GH_TOKEN: ${{ secrets.PAT_TOKEN }} run: | # Clone ndc-hub repository - git clone https://github.com/hasura/ndc-hub.git + git clone https://github.com/AdalbertMemSQL/ndc-hub.git cd ndc-hub # Create a new branch @@ -187,12 +187,12 @@ jobs: git commit -m "Update ${{ env.CONNECTOR_NAME }} connector metadata to version ${{ steps.get-version.outputs.tagged_version }}" # Push changes - git push https://${{ secrets.PAT_TOKEN }}@github.com/hasura/ndc-hub.git HEAD:update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }} + git push https://${{ secrets.PAT_TOKEN }}@github.com/AdalbertMemSQL/ndc-hub.git HEAD:update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }} # Create PR using GitHub CLI cd ../.. - gh pr create --repo hasura/ndc-hub \ + gh pr create --repo AdalbertMemSQL/ndc-hub \ --base main \ --head $NEW_BRANCH \ --title "Update ${{ env.CONNECTOR_NAME }} connector to v${{ steps.get-version.outputs.tagged_version }}" \ diff --git a/README.md b/README.md index a1a023c..f5efeef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SingleStore Data Connector -![Logo Image](docs/singlestore_logo_horizontal_color_on-white_rgb.png) + [![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0/latest/connectors/singesltore/)