Skip to content

Commit fb03e54

Browse files
remove quotes from bash
1 parent 5b896f7 commit fb03e54

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)