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 863052f + 2d29ea2 commit ca5308fCopy full SHA for ca5308f
action.yml
@@ -44,7 +44,7 @@ runs:
44
run: "dbt docs generate --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
45
shell: bash
46
- name: Export dbt Docs to Notion
47
- run: "python3 ./.github/actions/dbt-docs-to-notion/dbt_docs_to_notion.py ${{ inputs.model-records-to-write }}"
+ run: "python3 ${{ github.action_path }}/dbt_docs_to_notion.py ${{ inputs.model-records-to-write }}"
48
49
env:
50
DATABASE_NAME: ${{ inputs.notion-database-name }}
0 commit comments