We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82429c3 commit afe17cbCopy full SHA for afe17cb
.github/workflows/start_wesql_cluster.yml …ithub/workflows/start_wesql_database.yml.github/workflows/start_wesql_cluster.yml renamed to .github/workflows/start_wesql_database.yml
@@ -1,4 +1,4 @@
1
-name: Start WeSQL Cluster
+name: Start WeSQL Database
2
3
on:
4
push:
@@ -7,7 +7,7 @@ on:
7
- cron: "0 */4 * * *"
8
9
concurrency:
10
- group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (start_wesql_cluster)')
+ group: start_wesql_database
11
cancel-in-progress: true
12
13
jobs:
@@ -86,8 +86,7 @@ jobs:
86
echo "MySQL Public Access:"
87
echo "Host: $HOST"
88
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 }}"
+ echo "Connect: mysql -h $HOST -P $PORT -u root -p"
91
92
# Export HOST and PORT for the next step
93
echo "HOST=$HOST" >> $GITHUB_ENV
0 commit comments