From 7e243aa0a1884826f42866606a61cc0fc42e1d77 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 2 Jan 2022 23:48:24 +0000 Subject: [PATCH] fixing library warning in setup step --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index ff93cd2f..9414fbec 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -78,7 +78,7 @@ jobs: AWS_DEFAULT_REGION: eu-west-2 DEBUG: true GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs - INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci {} + INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci "{}" with: cloudRunnerCluster: aws versioning: None