Skip to content

Commit 18ff8f2

Browse files
committed
fix - invalid yaml that was breaking this workflow dialogflow-cx.yaml
while the error (Invalid workflow file: .github/workflows/dialogflow-cx.yaml#L77 You have an error in your yaml syntax on line 77) is reporting on a different line, I think it's the indentation on this line causing a problem
1 parent 0d84567 commit 18ff8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dialogflow-cx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Tests
7979
run: make test dir=dialogflow-cx
8080
env:
81-
GOOGLE_SAMPLES_PROJECT: "long-door-651"
81+
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8282
AGENT_ID: ${{ steps.secrets.outputs.agent_id }}
8383
TEST_ID: ${{ steps.secrets.outputs.test_id }}
8484
AGENT_PROJECT_ID: nodejs-docs-samples-tests

0 commit comments

Comments
 (0)