Skip to content

Commit

Permalink
Update run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Jun 23, 2024
1 parent ecdbfc7 commit b41638e
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -19,7 +19,7 @@ jobs:
steps:
- name: Print input
id: echo-action
uses: imesense/gha-echo-action@8f7adacea666431fa8fa3d2e1022490ccad33325
uses: imesense/gha-echo-action@ecdbfc7e5d602ee3c2b685defd5177ff27041578
with:
input-string: 'Input'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Simple action for printing input to output
## Example usage

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

0 comments on commit b41638e

Please sign in to comment.