Skip to content

Commit 495a04b

Browse files
authored
Merge pull request #13 from cesar-vigario-knok/patch-1
remove quotes from bash
2 parents 5b896f7 + fb03e54 commit 495a04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
shell: bash
4040
- name: Load dbt deps
4141
run: "dbt deps --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
42-
shell: "bash"
42+
shell: bash
4343
- name: Generate dbt Docs
4444
run: "dbt docs generate --profiles-dir ${{ inputs.dbt-profile-path }} --target=${{ inputs.dbt-target }}"
4545
shell: bash
@@ -49,4 +49,4 @@ runs:
4949
env:
5050
DATABASE_NAME: ${{ inputs.notion-database-name }}
5151
DATABASE_PARENT_ID: ${{ inputs.notion-parent-id }}
52-
NOTION_TOKEN: ${{ inputs.notion-token }}
52+
NOTION_TOKEN: ${{ inputs.notion-token }}

0 commit comments

Comments
 (0)