We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8508f2 commit 3a09f8dCopy full SHA for 3a09f8d
action.yml
@@ -14,6 +14,6 @@ inputs:
14
required: true
15
runs:
16
using: "docker"
17
- image: "ghcr.io/matiasg19/ping:latest"
+ image: "docker://ghcr.io/matiasg19/ping:latest"
18
args: ["${{ inputs.url }}", "${{ inputs.attempts }}"]
19
entrypoint: "/ping.sh"
0 commit comments