How to create multiline text file in Forgejo (using Github Actions syntax)?
I’m trying to setup runner on Forgejo instance (which is Gitea fork), it uses Github Actions syntax.
I have following yaml file:
How do I reference a step’s “with:” property in Github Actions workflow YAML?
I’m using dorny/paths-filter
to detect changes. The problem is I want to run a success job for each of the unchanged filters. This way I can enforce waiting for ALL jobs in GitHub’s rules.