From 051e50160fa964a30d607724dad6f7397d092f1c Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 24 Oct 2023 11:08:47 +0200 Subject: [PATCH] add debug output step --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 3792618..bd31d3a 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,10 @@ runs: using: "composite" steps: + - name: "dummy info step" + shell: bash + run: echo dummy info step executed + - id: branch run: | # "Set branch names..."