Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[git actions] Naming fixes
Browse files Browse the repository at this point in the history
Georgii Petrov committed Nov 14, 2023

Verified

This commit was signed with the committer’s verified signature.
adidahiya Adi Dahiya
1 parent fab4d40 commit a184b31
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:
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:
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:
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:
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:
2 changes: 1 addition & 1 deletion DocService/sources/databaseConnectors/oracleConnector.js
Original file line number Diff line number Diff line change
@@ -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'),

0 comments on commit a184b31

Please sign in to comment.