Skip to content

Commit 370af7b

Browse files
committed
fix sys user
1 parent 69b2669 commit 370af7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
6464
- name: Alter user quota on tablespace SYSAUX
6565
run: |
66-
cat <<'EOF' > alter_user.sql
66+
cat <<EOF > alter_user.sql
6767
ALTER USER $GORM_ORACLEDB_USER QUOTA UNLIMITED ON SYSAUX;
6868
EOF
6969
70-
$GORM_ORACLEDB_LIBDIR/sqlplus -s sys/${SYS_PASS}@${GORM_ORACLEDB_CONNECTSTRING} AS SYSDBA @alter_user.sql
70+
$GORM_ORACLEDB_LIBDIR/sqlplus -s "sys/$SYS_PASS@${GORM_ORACLEDB_CONNECTSTRING} AS SYSDBA" @alter_user.sql
7171
7272
- name: Checkout
7373
uses: actions/checkout@v4

0 commit comments

Comments
 (0)