Open
Description
Description
I'm using a matrix in my Gitea Actions workflow, and I'm using matrix variables in the job's name, so it looks pretty in the UI. But Gitea doesn't substitute the variables.
jobs:
build:
strategy:
fail-fast: false
matrix:
mode:
- Client
- Server
arch:
- AMD64
- ARM64
- ARMHF
name: ${{ matrix.mode }} (${{ matrix.arch }})
Here's how I expected to work: https://futurestud.io/tutorials/github-actions-customize-the-job-name
Gitea Version
v1.21.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Docker
Database
None