Skip to content

Commit 1ae4cfa

Browse files
committed
Removing space
1 parent 887acb0 commit 1ae4cfa

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
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
aws elasticbeanstalk create-application-version \
3535
--application-name $ELASTIC_BEANSTALK_NAME \
36-
--source-bundle S3Bucket=$BUCKET, S3Key="iiif-image-validator/MyApp/${{github.run_id}}.zip" \
36+
--source-bundle S3Bucket=$BUCKET,S3Key="iiif-image-validator/MyApp/${{github.run_id}}.zip" \
3737
--version-label "ver-${{ github.sha }}" \
3838
--description "commit-sha-${{ github.sha }}"
3939

0 commit comments

Comments
 (0)