https://github.com/mcascone/actions-testing
https://github.com/mcascone/actions-testing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcascone/actions-testing
- Owner: mcascone
- Created: 2024-08-08T18:20:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:16:23.000Z (9 months ago)
- Last Synced: 2025-04-03T21:24:43.297Z (9 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```