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

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

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