Only one link posted if two workflows use this action
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!
https://github.com/dpo/paper-latex-action/pull/4
@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.
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.