-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
@aiyolo
Description
Description
I'm using a gitea runner on windows.
The below workflow job step will cause error invalid format '', expected a line with '=' or '<<'
.
- name: Generate release name
id: set_release_name
run: |
$releaseName=some-release
write-output "releaseName=$releaseName" >> $env:GITEA_OUTPUT
write-output $releaseName
I'm quite confused about the error. The syntax is ok, why it produced?
Gitea Version
1.24.5
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
ImageGit Version
No response
Operating System
windows11
How are you running Gitea?
docker
Database
None