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

https://github.com/hexlet-components/hello-from-hexlet-action

simple action for github actions course
https://github.com/hexlet-components/hello-from-hexlet-action

Last synced: 5 months ago
JSON representation

simple action for github actions course

Awesome Lists containing this project

README

          

Hello from Hexlet action!

[Made with hello World JavaScript action repository](https://github.com/actions/hello-world-javascript-action).

## Usage

```yaml
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Print Hello from Hexlet
uses: hexlet-components/hello-from-hexlet-action@release
```