Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Jun 23, 2024
1 parent a8db1df commit 6847624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Print input
id: echo-action
uses: imesense/gha-echo-action@ecdbfc7e5d602ee3c2b685defd5177ff27041578
uses: imesense/gha-echo-action@a8db1dfc3b060ca6a59b18e45340c53c670d1b02
with:
input-string: 'Input'

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Echo Action

[![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE)
[![Release](https://img.shields.io/github/v/release/imesense/gha-echo-action?include_prereleases&label=Release)](https://github.com/imesense/gha-echo-action/releases/tag/v0.1)
[![Run action](https://github.com/imesense/gha-echo-action/actions/workflows/run-action.yml/badge.svg)](https://github.com/imesense/gha-echo-action/actions/workflows/run-action.yml)

Simple action for printing input to output

## Inputs
Expand All @@ -19,7 +23,7 @@ Simple action for printing input to output
## Example usage

```yaml
uses: imesense/gha-echo-action@ecdbfc7e5d602ee3c2b685defd5177ff27041578
uses: imesense/gha-echo-action@v0.1
with:
input-string: 'Input'
```
Expand Down

0 comments on commit 6847624

Please sign in to comment.