https://github.com/andrewscwei/actions
GitHub composite actions and reusable workflows
https://github.com/andrewscwei/actions
action devops github
Last synced: 2 months ago
JSON representation
GitHub composite actions and reusable workflows
- Host: GitHub
- URL: https://github.com/andrewscwei/actions
- Owner: andrewscwei
- Created: 2023-02-04T18:36:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-14T01:05:12.000Z (6 months ago)
- Last Synced: 2025-12-15T16:56:58.959Z (6 months ago)
- Topics: action, devops, github
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions 
A repository containing various composite actions to be used in GitHub Actions workflows.
## Actions
| Action | Description |
| ------ | ----------- |
| [`andrewscwei/actions/docker-build-push`](docker-build-push) | Builds and optionally pushes a container image to a registry |
| [`andrewscwei/actions/docker-run`](docker-run) | Executes a command while running a Docker container |
| [`andrewscwei/actions/gh-pages-deploy`](gh-pages-deploy) | Deploys to GitHub Pages |
| [`andrewscwei/actions/node-build`](node-build) | Builds and tests a Node.js project |
| [`andrewscwei/actions/npm-deploy`](npm-deploy) | Publishes to an NPM registry |
| [`andrewscwei/actions/release`](release) | Publishes a GitHub release |
| [`andrewscwei/actions/wait-for`](wait-for) | Runs a command and waits for the command to yield a result (as described by a regex pattern) |