Skip to content

Commit

Permalink
added missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhopper-dataengineers committed Feb 15, 2024
1 parent dd49d65 commit 32b7c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dbt-run-operation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
- name: Run DBT Operation
shell: pwsh
run: |
dbt run-operation ${{ inputs.operation-name }} --args '{{ inputs.operation-args }}' --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
dbt run-operation ${{ inputs.operation-name }} --args '{ ${{ inputs.operation-args }} }' --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
working-directory: ${{ inputs.working-directory }}
env:
snowflake-account: ${{ inputs.snowflake-account }}
Expand Down

0 comments on commit 32b7c52

Please sign in to comment.