You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ This workflow enables ChatOps-style deployments through PR comments. Team member
72
72
73
73
#### Configuration
74
74
75
-
1. **Define environments in the workflow**: Edit the `config.yaml` generation step to define your environments and their database targets.
75
+
1. **Define environments in the workflow**: Edit the `bytebase-action-config.yaml` generation step to define your environments and their database targets.
76
76
77
77
> [!NOTE]
78
78
> The top-level keys (e.g., `test`, `prod`) are used as GitHub Actions job environments, so they must match the environment names configured in your repository settings.
@@ -81,7 +81,7 @@ This workflow enables ChatOps-style deployments through PR comments. Team member
0 commit comments