Skip to content

Commit

Permalink
add a status message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Oct 28, 2024
1 parent 6fe39ca commit 88c7b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_with_clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
CLONE_NAME_SANITIZED="${CLONE_NAME//[^a-zA-Z0-9_]/_}"
echo "SNOWFLAKE_SYNAPSE_DATA_WAREHOUSE_DATABASE=${CLONE_NAME_SANITIZED}" >> $GITHUB_ENV
echo "Clone name has been updated! The clone name will be: ${SNOWFLAKE_SYNAPSE_DATA_WAREHOUSE_DATABASE}"
- name: Zero-copy clone the database
shell: bash
Expand Down

0 comments on commit 88c7b00

Please sign in to comment.