An ability to access the user-friendly set name of the current job
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
If i follow https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-printing-context-information-to-the-log-file
and dump all the contexts:
https://github.com/LebedevRI/rawspeed/runs/1317295832?check_suite_focus=true
and look in the verbose logs:
https://github.com/LebedevRI/rawspeed/commit/bf1962150dc9c660dd5d191fd5afd62cd23c59f9/checks/1317295832/logs
nowhere in there can the name ZZ I'M A NAME i set via name: for the job can be found.
I'd like to use that string as an upload name for codecov report, and since it is unavaliable, i'll have to re-compute it..
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions context and expression syntax documentation, then inspect the example run and verbose logs referenced in the issue. Confirm where job context is exposed and whether the user-friendly name is absent. Done means an action can access the configured job name for use as an upload name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100