Support custom job title#16
Conversation
|
Oh, there seem to be a lot of deleted lines. I'm not sure what I did wrong? I just ran |
Let's use this one :) I didn't have "Build forked pull requests" enabled for CircleCI, but I enabled them so a close-reopen made it run, and redirect properly to the trivial CircleCI artifact. In theory if you modify |
|
Regarding the lines deleted I have no idea, maybe it's supposed to be that way? |
|
I'll push as a branch and we'll see if it shows up... |
|
I think you need to add an entry to https://github.com/larsoner/circleci-artifacts-redirector-action/blob/master/action.yml |
|
Okay I think we're suffering from a problem where it only ever builds using the I'm tempted to merge your PR and just see what the |
|
eb35dec :) |
|
lol we had the same idea.
OK! sorry for the noise, I can't say I really understand what I'm doing TBH! |
|
Ohhh of course it won't run on PRs because it's on One thing you could do actually is to merge this / push these changes to your |
|
You'll need to enable GH actions for your fork, though... |
|
I'll need CircleCI to be be set up too won't I? |
|
Ohh yes. Just 1000 simple steps https://app.circleci.com/projects/project-dashboard/github/NicolasHug/ |
|
Looks like maybe all of those deleted lines mattered (?) Maybe there are a ton of deleted lines because you don't have the GitHub actions "stuff" installed on your system? I'll look back through the docs... |
|
You might just need to do |
|
The diff somehow got crazier but this is nice: Merging, thanks for sticking with it @NicolasHug ! |
|
Thanks for your patience! :) |



Thanks for this great tool!!
Currently the Action job always renders as "
<the circleCI job name>artifact". This PR allows to customize this.I'm not sure how to test the proposed changes - I don't have a personal repo with some circle CI jobs where I could test this. Any chance you have something set up already ^^ ?
Thanks!