From fd57dc7a1f5538fce38866874dd6f647f85ebbc5 Mon Sep 17 00:00:00 2001 From: p0ny Date: Wed, 21 May 2025 14:33:58 +0800 Subject: [PATCH] chore: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98eb591..373e57d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Modify the environment variables to match your setup. Set your service account password in the repository secrets setting with the name `BYTEBASE_SERVICE_ACCOUNT_SECRET`. > [!IMPORTANT] -> The migration filename SHOULD comply to the naming scheme described in [bytebase/create-release-action](https://github.com/bytebase/create-release-action/tree/main). +> The migration filename SHOULD comply to the naming scheme described in [bytebase-action](https://github.com/bytebase/bytebase/tree/main/action#global-flags) `--file-pattern` flag section. ### How to configure release-action.yml @@ -60,7 +60,7 @@ In the repository environments setting, create two environments: "test" and "pro Set your service account password in the repository secrets setting with the name `BYTEBASE_SERVICE_ACCOUNT_SECRET`. > [!IMPORTANT] -> The migration filename SHOULD comply to the naming scheme described in [bytebase/create-release-action](https://github.com/bytebase/create-release-action/tree/main). +> The migration filename SHOULD comply to the naming scheme described in [bytebase-action](https://github.com/bytebase/bytebase/tree/main/action#global-flags) `--file-pattern` flag section. ## Use javascript actions @@ -83,7 +83,7 @@ Modify the environment variables to match your setup. Set your service account password in the repository secrets setting with the name `BYTEBASE_SERVICE_ACCOUNT_SECRET`. > [!IMPORTANT] -> The migration filename SHOULD comply to the naming scheme described in [bytebase/create-release-action](https://github.com/bytebase/create-release-action/tree/main). +> The migration filename SHOULD comply to the naming scheme described in [bytebase-action](https://github.com/bytebase/bytebase/tree/main/action#global-flags) `--file-pattern` flag section. ### How to configure release.yml @@ -107,4 +107,4 @@ In the repository environments setting, create two environments: "test" and "pro Set your service account password in the repository secrets setting with the name `BYTEBASE_SERVICE_ACCOUNT_SECRET`. > [!IMPORTANT] -> The migration filename SHOULD comply to the naming scheme described in [bytebase/create-release-action](https://github.com/bytebase/create-release-action/tree/main). +> The migration filename SHOULD comply to the naming scheme described in [bytebase-action](https://github.com/bytebase/bytebase/tree/main/action#global-flags) `--file-pattern` flag section. \ No newline at end of file