https://github.com/01joseph-hwang10/gh-actions
This repository contains set of useful Github Actions.
https://github.com/01joseph-hwang10/gh-actions
git github github-actions
Last synced: 3 months ago
JSON representation
This repository contains set of useful Github Actions.
- Host: GitHub
- URL: https://github.com/01joseph-hwang10/gh-actions
- Owner: 01Joseph-Hwang10
- License: mit
- Created: 2023-06-15T05:39:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T13:33:53.000Z (over 2 years ago)
- Last Synced: 2025-03-27T07:15:57.343Z (over 1 year ago)
- Topics: git, github, github-actions
- Homepage: https://github.com/01Joseph-Hwang10/gh-actions
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful Github Actions
This repository contains set of useful Github Actions.
## Usage
This repository has numbers of branches that are used to store different actions performing different tasks. To use an action, you need to specify the branch name in the `uses` field of the action.
For example, if you want to use the `forward-merge` action, you need to specify the branch name `forward-merge` in the `uses` field of the action.
```yaml
uses: 01Joseph-Hwang/gh-actions@forward-merge
with:
branch:
```
## Reference
- https://docs.github.com/en/actions/quickstart
- https://stackoverflow.com/questions/69705595/github-actions-multiple-action-in-a-single-repo
- https://www.jameskerr.blog/posts/sharing-steps-in-github-action-workflows/