pull-request-artifacts icon indicating copy to clipboard operation
pull-request-artifacts copied to clipboard

Only one link posted if two workflows use this action

Open dpo opened this issue 4 years ago • 3 comments

I'm testing this action to post links to artifacts in pull requests. I have two workflows that run for each pull request and I would like each to use this action. However, only one link is posted in the pull request instead of two.

Is there a way to get both links in there?

Many thanks for this action!

dpo avatar Jan 13 '22 23:01 dpo

https://github.com/dpo/paper-latex-action/pull/4

dpo avatar Jan 13 '22 23:01 dpo

@dpo Hi, thanks for reporting. Yes, sorry, this is a known problem - see #15. I don't have a solution right know, though I hope this is technically solvable. Maybe we can somehow use the artiffacts repo to synchronize access.

gavv avatar Jan 27 '22 12:01 gavv

Sorry, I misread your comment. #15 that I referred is about parallel execution of the same workflow, and you're asking for parallel execution of multiple workflows. It doesn't work either, but it's a separate issue.

gavv avatar May 22 '22 12:05 gavv