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

https://github.com/mcascone/actions-testing


https://github.com/mcascone/actions-testing

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# actions-testing

## Warm Tips when testing local actions
1. Call them with `./actions/`
1. CHECK OUT THE REPO or the action won't be there!
```
- id: checkout
uses: actions/checkout@v4
```