mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
ci: Fix incorrectly set github environment variable
This commit is contained in:
parent
9d9aa97a48
commit
186a2295ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
- name: Set Runner Token in Windows Environment
|
||||
run: |
|
||||
$token = Get-Content -Path "C:\runner_token.txt"
|
||||
echo "RUNNER_TOKEN=$token" >> $env:GITHUB_ENV
|
||||
echo "$token" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Wait for Forgejo to be accessible from Windows
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue