Skip to content

Commit 7bd56e5

Browse files
authored
fix typo in unity-nuget-test.yml
Signed-off-by: Max Raiskii <[email protected]>
1 parent 79931cb commit 7bd56e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unity-nuget-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
instanceState=$(aws ec2 describe-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }} --query 'Reservations[].Instances[].State.Name' --output text)
4141
if [[ "$instanceState" == "stopped" ]]; then
42-
aws ec2 start-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }} }
42+
aws ec2 start-instances --instance-ids ${{ vars.UNITY_INSTANCE_ID }}
4343
fi
4444
4545
- name: Wait Instance

0 commit comments

Comments
 (0)