Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juckz/actions
- Owner: JuckZ
- Created: 2024-05-08T07:07:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T07:27:06.000Z (8 months ago)
- Last Synced: 2024-11-05T02:42:25.072Z (2 months 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
# 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
```