From 694b7da1f99f5c9bc82c9be3fa0b0a59c3aa5baf Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Fri, 26 Jul 2024 18:29:32 +0000 Subject: [PATCH] remove utf-8 encoding --- .github/workflows/run_smoke_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 03a2df82..319fea95 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -1,4 +1,4 @@ -name: Smoke Test +name: Run Smoke Test on: workflow_call: workflow_dispatch: @@ -51,7 +51,7 @@ jobs: pip install numpy==1.26.4 - name: Create credentials.json for service account - run: Set-Content -Path credentials.json -Value $env:GWS_GITHUB_AUTOMATION_CREDS -Encoding utf8 + run: Set-Content -Path credentials.json -Value $env:GWS_GITHUB_AUTOMATION_CREDS - name: Download OPA executable run: python download_opa.py -v 0.60.0 -os windows