From 23f56868508351c9fdf36f00686524aacfeb02be Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 24 Oct 2023 11:56:14 +0200 Subject: [PATCH] testing information gathering action as direct dependency instead of parent --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7601f3a..257fdf3 100644 --- a/action.yml +++ b/action.yml @@ -107,7 +107,10 @@ runs: - name: "dummy step" shell: bash run: echo dummy step changed - + + - id: information + uses: https://gitea.dhswt.de/actions/information@master + - name: add ci registry to targets shell: bash if: inputs.add_ci_registry_target == 'true'