-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checkout zebra in each job to avoid warnings
But put TODOs where we might be able to skip checkouts
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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: | ||
|