Skip to content

Commit b045199

Browse files
committed
fix yaml syntax errors
1 parent 9187ceb commit b045199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
# Wait for validation app to initialize
5454
sleep 5
5555
56-
-name: Call Sample App Endpoint
56+
- name: Call Sample App Endpoint
57+
run: |
5758
# Trigger trace generation
5859
echo "traceId=$(curl localhost:8080/test)" >> $GITHUB_OUTPUT
5960
echo $traceId

0 commit comments

Comments
 (0)