GitHub Actions containing files
7 May 2025 07:31
I want to write a GitHub action that I can call from other GitHub workflows, and I want it to contain one or more files
that I can use from the action, specifically a Dockerfile
(not that it matters). Here’s how.