Skip to content

Commit faf4c2e

Browse files
update github repo (#556)
1 parent ae369f1 commit faf4c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/tutorials/gitops-github-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ While we use GitHub Actions in this guide, you can apply these concepts to other
2323

2424
<HintBlock type="info">
2525

26-
This tutorial code repository is at [https://github.com/bytebase/release-cicd-workflows-example](https://github.com/bytebase/release-cicd-workflows-example)
26+
This tutorial code repository is at [https://github.com/bytebase/example-gitops-github-flow](https://github.com/bytebase/example-gitops-github-flow)
2727

2828
</HintBlock>
2929

@@ -73,7 +73,7 @@ Since you will need to run SQL review on your PRs, you need to configure the SQL
7373

7474
### Step 4 - Fork the Example Repository and Configure Variables
7575

76-
1. Fork [https://github.com/bytebase/release-cicd-workflows-example](https://github.com/bytebase/release-cicd-workflows-example). There are two workflows in this repository:
76+
1. Fork [https://github.com/bytebase/example-gitops-github-flow](https://github.com/bytebase/example-gitops-github-flow). There are two workflows in this repository:
7777

7878
- `.github/workflows/sql-review.yml`: [Lint the SQL](/docs/sql-review/overview/) migration files after the PR is created.
7979
- `.github/workflows/release.yml`: Create a release in Bytebase after the PR is merged to the `main` branch.

0 commit comments

Comments
 (0)