Skip to content

Commit

Permalink
Fixed docker image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Feb 26, 2022
1 parent b8d5839 commit c08eeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ inputs:
default: '.'
runs:
using: 'docker'
image: 'ghcr.io/sacloud/textlint-action:v0.0.1'
image: 'docker://ghcr.io/sacloud/textlint-action:v0.0.1'
args:
- ${{ inputs.working-directory}}

0 comments on commit c08eeef

Please sign in to comment.