canonical / observability

Apache License 2.0
7 stars 11 forks source link

Extract log dumping into a callable workflow #158

Closed sed-i closed 7 months ago

sed-i commented 7 months ago

Log dumping is used here and in cos-lite-bundle. This PR extracts log dumping into its own callable workflow.

In tandem with:

sed-i commented 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?

sed-i commented 7 months ago

Same problem after converting to "composite" action just like https://github.com/canonical/charm-logdump-action.