https://github.com/lfreleng-actions/actions-template
Template for LF Release Engineering GitHub actions
https://github.com/lfreleng-actions/actions-template
github github-actions template
Last synced: over 1 year ago
JSON representation
Template for LF Release Engineering GitHub actions
- Host: GitHub
- URL: https://github.com/lfreleng-actions/actions-template
- Owner: lfreleng-actions
- License: other
- Created: 2025-03-12T15:05:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T14:57:51.000Z (over 1 year ago)
- Last Synced: 2025-03-20T15:44:12.823Z (over 1 year ago)
- Topics: github, github-actions, template
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ Template Action
This is a template for the other actions in this Github organisation.
## actions-template
## Usage Example
```yaml
steps:
- name: "Action template"
id: action-template
uses: lfreleng-actions/actions-template@main
with:
input: "placeholder"
```
## Inputs
| Variable Name | Required | Description |
| ------------- | -------- | ------------ |
| INPUT | False | Action input |
## Outputs
| Variable Name | Description |
| ------------- | ------------- |
| OUTPUT | Action output |
## Implementation Details
## Notes