https://github.com/neticdk/shared-github-actions
GitHub actions that can be used as reusable workflows
https://github.com/neticdk/shared-github-actions
Last synced: 5 months ago
JSON representation
GitHub actions that can be used as reusable workflows
- Host: GitHub
- URL: https://github.com/neticdk/shared-github-actions
- Owner: neticdk
- Created: 2024-11-26T14:43:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-03T06:46:03.000Z (6 months ago)
- Last Synced: 2025-12-05T16:48:52.486Z (6 months ago)
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# shared github workflows
## Usage
In your workflow do something like:
```yaml
jobs:
the-job:
uses: neticdk/shared-github-actions/.github/workflows/the-flow.yaml@main
with:
my-input: my-value
```