testing information gathering action as direct dependency instead of parent

This commit is contained in:
David Hiendl 2023-10-24 11:56:14 +02:00
parent a68892f648
commit 23f5686850

View File

@ -107,7 +107,10 @@ runs:
- name: "dummy step" - name: "dummy step"
shell: bash shell: bash
run: echo dummy step changed run: echo dummy step changed
- id: information
uses: https://gitea.dhswt.de/actions/information@master
- name: add ci registry to targets - name: add ci registry to targets
shell: bash shell: bash
if: inputs.add_ci_registry_target == 'true' if: inputs.add_ci_registry_target == 'true'