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 6f49838 commit 63a9986Copy full SHA for 63a9986
README.md
@@ -56,7 +56,7 @@ jobs:
56
env:
57
DBT_PROFILES: ${{ secrets.DBT_PROFILES }}
58
- name: dbt-docs-to-notion
59
- uses: rfdearborn/dbt-docs-to-notion@v1.0.9
+ uses: soundtrackyourbrand/dbt-docs-to-notion@v0.0.1
60
with:
61
dbt-package: 'dbt-bigquery==1.0.0'
62
dbt-profile-path: './'
action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Install Python
34
uses: "actions/setup-python@v4"
35
36
- python-version: "3.7"
+ python-version: "3.8"
37
- name: Install dbt
38
run: "pip3 install ${{ inputs.dbt-package }}"
39
shell: bash
0 commit comments