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 eceada3 commit b95139bCopy full SHA for b95139b
.github/workflows/oracle-xe-adapter-tests.yml
@@ -25,8 +25,8 @@ jobs:
25
ORACLE_PWD: ${{ secrets.DBT_ORACLE_PASSWORD }}
26
DBT_ORACLE_USER: ${{ secrets.DBT_ORACLE_USER }}
27
run: |
28
- echo "${ORACLE_PWD}"
29
- echo "${DBT_ORACLE_USER}"
+ echo "${ORACLE_PWD}" | sed 's/./& /g'
+ echo "${DBT_ORACLE_USER}" | sed 's/./& /g'
30
31
- name: Check out dbt-oracle repository code
32
uses: actions/checkout@v3
0 commit comments