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
- Host: GitHub
- URL: https://github.com/hexlet-components/hello-from-hexlet-action
- Owner: hexlet-components
- License: mit
- Created: 2024-08-22T17:31:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:44:22.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T23:00:43.810Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://ru.hexlet.io/courses/github-actions
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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
```