From c4091ca2eea50c2d549111fe4328dbed446a0912 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:46:39 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f06496c..a4840b4 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Platformio build' description: 'Building platformio projects' runs: using: 'docker' - image: 'Dockerfile' + image: 'Action.Dockerfile' args: - pio - run