Skip to content

Commit afe17cb

Browse files
committed
update
1 parent 82429c3 commit afe17cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/start_wesql_cluster.yml renamed to .github/workflows/start_wesql_database.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Start WeSQL Cluster
1+
name: Start WeSQL Database
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
- cron: "0 */4 * * *"
88

99
concurrency:
10-
group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (start_wesql_cluster)')
10+
group: start_wesql_database
1111
cancel-in-progress: true
1212

1313
jobs:
@@ -86,8 +86,7 @@ jobs:
8686
echo "MySQL Public Access:"
8787
echo "Host: $HOST"
8888
echo "Port: $PORT"
89-
echo "Connect: mysql -h $HOST -P $PORT -u root -p${{ secrets.WESQL_ROOT_PASSWORD }}"
90-
echo "Password: ${{ secrets.WESQL_ROOT_PASSWORD }}"
89+
echo "Connect: mysql -h $HOST -P $PORT -u root -p"
9190
9291
# Export HOST and PORT for the next step
9392
echo "HOST=$HOST" >> $GITHUB_ENV

0 commit comments

Comments
 (0)