Skip to content

Commit

Permalink
[.github] - fix: correct trailing whitespace in workflow files (#9288)
Browse files Browse the repository at this point in the history
- Ensure consistent syntax by removing trailing whitespace in various GitHub workflow YAML files
 - Maintain code cleanliness and prevent potential parsing issues by adhering to YAML syntax best practices
  • Loading branch information
JulesBelveze authored Dec 11, 2024
1 parent d19da68 commit 88a9fd9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alerting-temporal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
--image-name=alerting-temporal \
--dockerfile-path=./Dockerfile \
--working-dir=./alerting/temporal/ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--image-name=connectors \
--dockerfile-path=./connectors/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--image-name=core \
--dockerfile-path=./Dockerfile \
--working-dir=./core/ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--dockerfile-path=./dante.Dockerfile \
--working-dir=./ \
--gcloud-ignore-file=../.gcloudignore-dante \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-front-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--image-name=front-qa \
--dockerfile-path=./front/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://front-qa.dust.tt \
--dust-client-facing-url=https://front-qa.dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
--image-name=front \
--dockerfile-path=./front/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
--dockerfile-path=./nginx.Dockerfile \
--working-dir=./ \
--gcloud-ignore-file=../.gcloudignore-nginx \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
--image-name=oauth \
--dockerfile-path=./oauth.Dockerfile \
--working-dir=./core/ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prodbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--dockerfile-path=./prodbox.Dockerfile \
--working-dir=./ \
--gcloud-ignore-file=.gcloudignore-prodbox \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-viz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--image-name=viz \
--dockerfile-path=./viz/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://dust.tt \
--dust-client-facing-url=https://dust.tt \
--region=us-central1
- name: Generate a token
Expand Down

0 comments on commit 88a9fd9

Please sign in to comment.