Skip to content

Commit 0ef48fb

Browse files
fixed up database permissions
1 parent e0bb7db commit 0ef48fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/database-permissions/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
SNOWSQL_ACCOUNT: ${{ inputs.snowflake-account }}
5252
SNOWSQL_USER: ${{ inputs.snowflake-username }}
5353
SNOWSQL_PWD: ${{ inputs.snowflake-password }}
54-
SNOWSQL_DATABASE: ${{ inputs.source-database }}
54+
SNOWSQL_DATABASE: ${{ inputs.target-database}}
5555
SNOWSQL_ROLE: ${{ inputs.snowflake-role }}
5656
SNOWSQL_WAREHOUSE: ${{ inputs.snowflake-warehouse }}
5757
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)