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 8f68db9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/stop-test-service-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.TEST_RUNNER_GOOGLE_TOKEN }}
- uses: actions/checkout@v3
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.TEST_RUNNER_GOOGLE_TOKEN }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'

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

0 comments on commit 8f68db9

Please sign in to comment.