Skip to content

Commit a586200

Browse files
Refactor post-deployment script execution to remove unnecessary input redirection
1 parent 8859618 commit a586200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
193193
echo "Running post-deployment script..."
194194
195-
echo -e "2\n" | bash ./infra/scripts/process_sample_data.sh \
195+
bash ./infra/scripts/process_sample_data.sh \
196196
"${{ env.STORAGE_ACCOUNT_NAME }}" \
197197
"${{ env.STORAGE_CONTAINER_NAME }}" \
198198
"${{ env.KEY_VAULT_NAME }}" \

0 commit comments

Comments
 (0)