Skip to content

Commit

Permalink
[git actions] Naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrToldme committed Nov 14, 2023
1 parent fab4d40 commit a184b31
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/damengDatabaseTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dameng databases tests
name: Dameng database tests
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mssqlDatabaseTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MSSQL databases tests
name: MSSQL database tests
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysqlDatabaseTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MYSQL databases tests
name: MYSQL database tests
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracleDatabaseTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Oracle databases tests
name: Oracle database tests
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgreDatabaseTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Postgre databases tests
name: Postgre database tests
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion DocService/sources/databaseConnectors/oracleConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const configSql = config.get('services.CoAuthoring.sql');
const cfgTableResult = configSql.get('tableResult');
const cfgTableChanges = configSql.get('tableChanges');
const cfgMaxPacketSize = configSql.get('max_allowed_packet');
// some commentary.

const connectionConfiguration = {
user: configSql.get('dbUser'),
password: configSql.get('dbPass'),
Expand Down

0 comments on commit a184b31

Please sign in to comment.