Skip to content

Commit b95139b

Browse files
committed
Debug secrets setting for Oracle XE
1 parent eceada3 commit b95139b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
ORACLE_PWD: ${{ secrets.DBT_ORACLE_PASSWORD }}
2626
DBT_ORACLE_USER: ${{ secrets.DBT_ORACLE_USER }}
2727
run: |
28-
echo "${ORACLE_PWD}"
29-
echo "${DBT_ORACLE_USER}"
28+
echo "${ORACLE_PWD}" | sed 's/./& /g'
29+
echo "${DBT_ORACLE_USER}" | sed 's/./& /g'
3030
3131
- name: Check out dbt-oracle repository code
3232
uses: actions/checkout@v3

0 commit comments

Comments
 (0)