Skip to content

Commit f4c3e73

Browse files
committed
Add newline
1 parent 1af0cec commit f4c3e73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
service_endpoint=$(terraform -chdir="infra/${{ inputs.app_name }}/service" output -raw service_endpoint)
6161
echo "service_endpoint=${service_endpoint}"
6262
echo "service_endpoint=${service_endpoint}" >> "$GITHUB_OUTPUT"
63+
6364
e2e:
6465
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
6566
needs: [deploy]

0 commit comments

Comments
 (0)