Closed sed-i closed 7 months ago
So when I try to use this new workflow as a step
of another job, github complains:
reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
Any idea @lucabello how I could change this so it's usable as a step, just like many other actions?
Same problem after converting to "composite" action just like https://github.com/canonical/charm-logdump-action.
Log dumping is used here and in cos-lite-bundle. This PR extracts log dumping into its own callable workflow.
In tandem with: