Skip to content

Commit ca5308f

Browse files
authored
Merge pull request #4 from rfdearborn/rfdearborn/debug_1
use action path
2 parents 863052f + 2d29ea2 commit ca5308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
run: "dbt docs generate --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
4545
shell: bash
4646
- 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 }}"
47+
run: "python3 ${{ github.action_path }}/dbt_docs_to_notion.py ${{ inputs.model-records-to-write }}"
4848
shell: bash
4949
env:
5050
DATABASE_NAME: ${{ inputs.notion-database-name }}

0 commit comments

Comments
 (0)