GitHub Actions containing files
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.
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.
At work right now, I’m working on something that spans multiple GitHub repositories, and I need to trigger a job in one repository from a different repository.