mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 03:46:09 +08:00
* powershell 5 may add the BOM even when explicitly using utf8 * add test + apply to GITHUB_PATH as well
8 lines
175 B
YAML
8 lines
175 B
YAML
runs:
|
|
using: composite
|
|
steps:
|
|
- run: |
|
|
echo $env:GITHUB_ENV
|
|
echo "kEy=n/a" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
shell: powershell
|