Skip to content

Commit

Permalink
Merge pull request #11 from AlexsLemonade/jashapiro/0.1.2
Browse files Browse the repository at this point in the history
Update action.yaml docker version
  • Loading branch information
jashapiro authored Mar 20, 2024
2 parents b1c4327 + 25f300d commit 107c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ outputs:
description: The number of spelling errors
runs:
using: "docker"
image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.1
image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.2
args:
- ${{ inputs.dictionary || '/dev/null' }}
- ${{ inputs.files }}

0 comments on commit 107c760

Please sign in to comment.