some more yaml quoting
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: "1.16"
|
||||||
|
|
||||||
- name: "Update all module names"
|
- name: "Update all module names"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -28,7 +28,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
GOOGLE_APPLICATION_CREDENTIALS: "/home/runner/credentials.json"
|
GOOGLE_APPLICATION_CREDENTIALS: "/home/runner/credentials.json"
|
||||||
PYTEST_ADDOPTS: "--color=yes"
|
PYTEST_ADDOPTS: "--color=yes"
|
||||||
PYTHON_VERSION: 3.9
|
PYTHON_VERSION: "3.10"
|
||||||
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
|
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
|
||||||
TF_VERSION: 1.1.8
|
TF_VERSION: 1.1.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user