Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yankeexe/actions-hello-world

Single Repo Composite Action
https://github.com/yankeexe/actions-hello-world

actions github-actions

Last synced: 22 days ago
JSON representation

Single Repo Composite Action

Awesome Lists containing this project

README

        

## 👋 Hello World Action

Composite Action to greet someone.

> This action is part of the following blog:



## 🧩 Usage

```yaml
name: Some Action

on:
push:
branches:
- main

jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Greet someone
uses: yankeexe/actions-hello-world@main
with:
who-to-greet: "everyone"
```