Skip to content

Commit

Permalink
Checkout zebra in each job to avoid warnings
Browse files Browse the repository at this point in the history
But put TODOs where we might be able to skip checkouts
  • Loading branch information
teor2345 committed Jun 28, 2022
1 parent 54efbe9 commit 21179d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -158,9 +161,12 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -332,6 +338,8 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
Expand Down Expand Up @@ -458,9 +466,12 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -510,9 +521,12 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -563,6 +577,11 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
with:
Expand Down Expand Up @@ -650,6 +669,13 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
# TODO: can we delete this step and set create_credentials_file to false in Google Cloud?
# Or will that break the slug-action variables we use to find the instance?
- uses: actions/[email protected]
with:
persist-credentials: false
fetch-depth: '2'

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
with:
Expand Down

0 comments on commit 21179d3

Please sign in to comment.