From 1b9c23d25b22b2895d4eb7a9ab04d07b6ca1d7ba Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Fri, 20 Oct 2023 15:04:18 +0200 Subject: [PATCH] add dummy step --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0752d92..e1b9677 100644 --- a/action.yml +++ b/action.yml @@ -108,7 +108,10 @@ outputs: runs: using: "composite" steps: - + - name: "dummy step" + shell: bash + run: echo dummy step + - name: add ci registry to targets shell: bash if: ${{ inputs.add-ci-registry-target == "true" }}