We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b2669 commit 370af7bCopy full SHA for 370af7b
.github/workflows/run-tests.yaml
@@ -63,11 +63,11 @@ jobs:
63
64
- name: Alter user quota on tablespace SYSAUX
65
run: |
66
- cat <<'EOF' > alter_user.sql
+ cat <<EOF > alter_user.sql
67
ALTER USER $GORM_ORACLEDB_USER QUOTA UNLIMITED ON SYSAUX;
68
EOF
69
70
- $GORM_ORACLEDB_LIBDIR/sqlplus -s sys/${SYS_PASS}@${GORM_ORACLEDB_CONNECTSTRING} AS SYSDBA @alter_user.sql
+ $GORM_ORACLEDB_LIBDIR/sqlplus -s "sys/$SYS_PASS@${GORM_ORACLEDB_CONNECTSTRING} AS SYSDBA" @alter_user.sql
71
72
- name: Checkout
73
uses: actions/checkout@v4
0 commit comments