From 31ba7acf49c5f265d1163b4d5f34b8df3969fc79 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Tue, 12 Sep 2023 16:53:54 +0300 Subject: [PATCH] Support issue comments in GitHub Actions --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index bacb453c..85d55e4e 100644 --- a/action.yaml +++ b/action.yaml @@ -5,4 +5,4 @@ branding: color: 'green' runs: using: 'docker' - image: 'Dockerfile.github_action' + image: 'Dockerfile.github_action_dockerhub'