Action steps Use Time -482432h36m14s #13977

Open
opened 2025-11-02 10:58:59 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Yee36951 on GitHub (Jan 13, 2025).

Description

>>>Gitea demo<<<
>>>Gitea demo Runner v0.2.10<<<
>>>Gitea demo Runner v0.2.11<<<
image

Gitea Version

Gitea: 1.24.0+dev-163-g81352542fd Act-Runner: v0.2.10 + v0.2.10

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

Runner on Ubuntu 22.04.3 LTS (Jammy Jellyfish) -> Docker

How are you running Gitea?

https://demo.gitea.com/

Database

None

Originally created by @Yee36951 on GitHub (Jan 13, 2025). ### Description \>\>\>[Gitea demo](https://demo.gitea.com/WongXXgmail/Test3)<<< \>\>\>[Gitea demo Runner v0.2.10](https://demo.gitea.com/WongXXgmail/Test3/actions/runs/2)<<< \>\>\>[Gitea demo Runner v0.2.11](https://demo.gitea.com/WongXXgmail/Test3/actions/runs/3)<<< ![image](https://github.com/user-attachments/assets/280211c1-724c-4034-addb-de328d06925a) ### Gitea Version Gitea: 1.24.0+dev-163-g81352542fd Act-Runner: v0.2.10 + v0.2.10 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System Runner on Ubuntu 22.04.3 LTS (Jammy Jellyfish) -> Docker ### How are you running Gitea? https://demo.gitea.com/ ### Database None
GiteaMirror added the topic/gitea-actionstype/bug labels 2025-11-02 10:58:59 -06:00
Author
Owner

@yp05327 commented on GitHub (Jan 14, 2025):

Unrelated to this display bug, but I got this error:
image
So at least you should convert
if: ${{ steps.platformIsInstall.outputs.isinstall == "true" }}
into
if: ${{ steps.platformIsInstall.outputs.isinstall == 'true' }}

Then it will be correct:
image


@Zettat123
About the display bug, in the reported step status, the stop time is 0 which caused this issue.
It seems that when the condition is invalid, act will not report any log, which should contain stepResult, which can update stop time in Reporter.Fire.

https://gitea.com/gitea/act_runner/issues/635

@yp05327 commented on GitHub (Jan 14, 2025): Unrelated to this display bug, but I got this error: ![image](https://github.com/user-attachments/assets/2e7bd99b-1871-4b52-a5c3-f29f856d9b60) So at least you should convert if: ${{ steps.platformIsInstall.outputs.isinstall == "true" }} into if: ${{ steps.platformIsInstall.outputs.isinstall == 'true' }} Then it will be correct: ![image](https://github.com/user-attachments/assets/d25c3d8b-b3e9-43ce-9407-24dd230c51f8) ---------- @Zettat123 About the display bug, in the reported step status, the stop time is 0 which caused this issue. It seems that when the condition is invalid, act will not report any log, which should contain `stepResult`, which can update stop time in `Reporter.Fire`. ↓ https://gitea.com/gitea/act_runner/issues/635
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13977