Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yankeexe/actions-hello-world
- Owner: yankeexe
- Created: 2023-12-19T04:37:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T07:48:49.000Z (about 1 year ago)
- Last Synced: 2023-12-19T09:48:15.026Z (about 1 year ago)
- Topics: actions, github-actions
- Homepage: https://yankee.dev/cicd-with-github-composite-actions
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Actionon:
push:
branches:
- mainjobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Greet someone
uses: yankeexe/actions-hello-world@main
with:
who-to-greet: "everyone"
```