Skip to content

Commit d420a0e

Browse files
committed
Fix Docker image location.
1 parent 5afd8b8 commit d420a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
image: docker://ghcr.io/chungyc/hlint-scan:main
41+
image: docker://ghcr.io/haskell-actions/hlint-scan:main
4242
args:
4343
- binary=${{ inputs.binary }}
4444
- path=${{ inputs.path }}

0 commit comments

Comments
 (0)