We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e7bd0 commit 952b3a7Copy full SHA for 952b3a7
tasks/dbt-manifest-upload/action.yml
@@ -35,7 +35,7 @@ runs:
35
az storage blob upload --account-name ${{ inputs.storage-account }} \
36
--auth-mode login \
37
-f '${{ inputs.working-directory }}/${{ inputs.target-directory }}/manifest.json' \
38
- -c 'manifests' -n '${{ env.snowflake-target-database }}_manifest.json' \
+ -c 'manifests' -n '${{ inputs.snowflake-target-database }}_manifest.json' \
39
--content-type 'application/json' \
40
--overwrite
41
0 commit comments