Welcome to Wombat Actions! This repository houses a collection of reusable GitHub Actions built by our team. These actions are designed to streamline our CI/CD workflows and are available for outside collaborators to use and improve.
- Example Action - A brief template demonstrating how to structure an action in this repository.
To use an action from this repository in your workflow, reference it using the standard GitHub Actions syntax:
steps:
- uses: your-org/wombat-actions/example-action@main
with:
greeting_name: "Collaborator"We welcome contributions from our team and the community! ✓
Please see our Contributing Guidelines for more details on how to get started, report bugs, or submit pull requests.
[Add License Here]