From 45817abc478022c0d65b2b6a84aafbb093c68b9b Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 11 Sep 2023 10:43:00 +0300 Subject: [PATCH] fix path Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/actions/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/action.yaml b/.github/actions/action.yaml index 90f276d..d6197c4 100644 --- a/.github/actions/action.yaml +++ b/.github/actions/action.yaml @@ -11,6 +11,6 @@ outputs: runs: using: "docker" - image: "Dockerfile" + image: "../../Dockerfile" args: - ${{ inputs.who-to-greet }}