Skip to content

Commit

Permalink
remove utf-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 94ebe71 commit 694b7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test
name: Run Smoke Test
on:
workflow_call:
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 694b7da

Please sign in to comment.