We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cbf2a commit e09acd6Copy full SHA for e09acd6
.github/workflows/deploy.yml
@@ -190,7 +190,7 @@ jobs:
190
191
echo "Running post-deployment script..."
192
193
- bash ./infra/scripts/process_sample_data.sh \
+ echo -e "2\n" | bash ./infra/scripts/process_sample_data.sh \
194
"${{ env.STORAGE_ACCOUNT_NAME }}" \
195
"${{ env.STORAGE_CONTAINER_NAME }}" \
196
"${{ env.KEY_VAULT_NAME }}" \
0 commit comments