Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juckz/actions

Github actions in one place.
https://github.com/juckz/actions

Last synced: 18 days ago
JSON representation

Github actions in one place.

Awesome Lists containing this project

README

        

# Github Actions

1. rebase action
2. node publish action
3. xxx

## Usage

```yaml
jobs:
my_job:
runs-on: ubuntu-latest
steps:
- name: Rebase
uses: JuckZ/actions/rebase@main
```