Skip to content

Commit 3a09f8d

Browse files
authored
fix: image name in action (#7)
1 parent a8508f2 commit 3a09f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ inputs:
1414
required: true
1515
runs:
1616
using: "docker"
17-
image: "ghcr.io/matiasg19/ping:latest"
17+
image: "docker://ghcr.io/matiasg19/ping:latest"
1818
args: ["${{ inputs.url }}", "${{ inputs.attempts }}"]
1919
entrypoint: "/ping.sh"

0 commit comments

Comments
 (0)