Skip to content

Commit

Permalink
chore: update to 1.1.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Aug 13, 2024
1 parent 5a60d0c commit 7def02d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ By default, the action will check your code with the same defaults as
[SW](https://github.com/jobtrek/sw?tab=readme-ov-file#defaults). You can pass
specific configuration directly to SW from the action parameters.

> v1.1.1
## Use this action in your repository

You need to set up a workflow that :
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
# Update the image repository and tag below.
runs:
using: docker
image: docker://ghcr.io/jobtrek/sw-action:latest
image: docker://ghcr.io/jobtrek/sw-action:v1.1.1
env:
INPUT_PATH: ${{ inputs.path }}
INPUT_LANG: ${{ inputs.lang }}

0 comments on commit 7def02d

Please sign in to comment.