some more yaml quoting

This commit is contained in:
Roberto Jung Drebes
2022-08-31 15:28:15 +02:00
parent d076af3477
commit e1eea481b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |

View File

@@ -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