Habeebs Simple Greeting Action
Version updated for https://github.com/actions2026/greeting-action to version v1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Simple Greeting Action is a lightweight GitHub Action designed to demonstrate the structure and functionality of composite actions. It automates the task of generating a customizable greeting message based on user-provided inputs, such as a username and an optional season, and exposes the resulting message as an output for use in subsequent workflow steps. This action is ideal for learning and teaching GitHub composite action concepts and serves as a practical example of handling inputs, outputs, and step execution in CI/CD workflows.