Skip to content

Commit

Permalink
Fix link to action container
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jul 13, 2022
1 parent 6037579 commit e068e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
* More customization - whitelisting and blacklisting of error codes and scripts
* And more...

## v2.3.2

* Fix release automation

## v2.3.1
## v2.3.1 ... v2.3.3

* Fix release automation
* Action should now work as before, but faster

## v2.3.0

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/differential-shellcheck/differential-shellcheck:v2.3.2
image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v2.3.3
env:
INPUT_IGNORED_CODES: ${{ inputs.ignored-codes }}
INPUT_SHELL_SCRIPTS: ${{ inputs.shell-scripts }}

0 comments on commit e068e48

Please sign in to comment.