https://github.com/dflook/run-in-container
https://github.com/dflook/run-in-container
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dflook/run-in-container
- Owner: dflook
- Created: 2024-10-12T10:43:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T10:50:47.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:41:57.837Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# run-in-container
GitHub Actions is deficient and buggy.
Jobs can run in containers, but common actions like checkout or upload-artefact require nodejs to run in the container, which isn't always possible.
There is no built-in capability to run a a single step in a container, so this action provides that.
This is not really for general purpose use and would be better kept in the repo with the workflow that uses it,
but actions runner are intermittently unable to find actions in the same repo, so it's easier to keep it in a separate repo.