Skip to content

Commit 952b3a7

Browse files
fixed up upload script name error
1 parent 09e7bd0 commit 952b3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/dbt-manifest-upload/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
az storage blob upload --account-name ${{ inputs.storage-account }} \
3636
--auth-mode login \
3737
-f '${{ inputs.working-directory }}/${{ inputs.target-directory }}/manifest.json' \
38-
-c 'manifests' -n '${{ env.snowflake-target-database }}_manifest.json' \
38+
-c 'manifests' -n '${{ inputs.snowflake-target-database }}_manifest.json' \
3939
--content-type 'application/json' \
4040
--overwrite
4141

0 commit comments

Comments
 (0)