From c9e16eaab65d6e77518bcfa8830e3aa0fea41129 Mon Sep 17 00:00:00 2001 From: Douglas Barahona Date: Mon, 22 Jul 2024 18:38:53 -0600 Subject: [PATCH] Fix Docker image URL in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a3510d7..40ff587 100644 --- a/action.yml +++ b/action.yml @@ -48,4 +48,4 @@ inputs: default: 'false' runs: using: 'docker' - image: 'docker://ghcr.io/10up//wp-scanner-action:latest' \ No newline at end of file + image: 'docker://ghcr.io/10up/wp-scanner-action:latest' \ No newline at end of file