Skip to content

Commit e09acd6

Browse files
pass input for post deployment scripts in deploy.yml
1 parent c8cbf2a commit e09acd6

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
@@ -190,7 +190,7 @@ jobs:
190190
191191
echo "Running post-deployment script..."
192192
193-
bash ./infra/scripts/process_sample_data.sh \
193+
echo -e "2\n" | bash ./infra/scripts/process_sample_data.sh \
194194
"${{ env.STORAGE_ACCOUNT_NAME }}" \
195195
"${{ env.STORAGE_CONTAINER_NAME }}" \
196196
"${{ env.KEY_VAULT_NAME }}" \

0 commit comments

Comments
 (0)