[GH-ISSUE #1715] Print run name #843

Open
opened 2026-03-01 21:46:50 +03:00 by kerem · 0 comments
Owner

Originally created by @carlpaten on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1715

Act version

0.2.44

Feature description

I'm trying to troubleshoot the name of my runs:

run-name: e2e tests${{ inputs.test-env && ' env=${{ inputs.test-env }}' || '' }}

I'd like to use act to do this, but right now I can't, as the run name is not printed.

Originally created by @carlpaten on GitHub (Apr 4, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1715 ### Act version 0.2.44 ### Feature description I'm trying to troubleshoot the name of my runs: ``` run-name: e2e tests${{ inputs.test-env && ' env=${{ inputs.test-env }}' || '' }} ``` I'd like to use `act` to do this, but right now I can't, as the run name is not printed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#843
No description provided.