1
0
Fork 0
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:
Crown0815 2025-05-22 07:37:56 +02:00 committed by Crown0815
parent 9d9aa97a48
commit 186a2295ab

View file

@ -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: |