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.
2 parents 5b896f7 + fb03e54 commit 495a04bCopy full SHA for 495a04b
action.yml
@@ -39,7 +39,7 @@ runs:
39
shell: bash
40
- name: Load dbt deps
41
run: "dbt deps --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
42
- shell: "bash"
+ shell: bash
43
- name: Generate dbt Docs
44
run: "dbt docs generate --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
45
@@ -49,4 +49,4 @@ runs:
49
env:
50
DATABASE_NAME: ${{ inputs.notion-database-name }}
51
DATABASE_PARENT_ID: ${{ inputs.notion-parent-id }}
52
- NOTION_TOKEN: ${{ inputs.notion-token }}
+ NOTION_TOKEN: ${{ inputs.notion-token }}
0 commit comments