Skip to content

Commit

Permalink
indent yml block for proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Dec 30, 2024
1 parent 35ab4e7 commit 7848e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stop-test-service-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
Expand All @@ -45,5 +45,5 @@ jobs:
with:
version: '>= 363.0.0'

- run: |
python -m tests.sp_manager stop
- run: |
python -m tests.sp_manager stop

0 comments on commit 7848e21

Please sign in to comment.