add dummy step

This commit is contained in:
David Hiendl 2023-10-20 15:04:18 +02:00
parent c768fed4c1
commit 1b9c23d25b

View File

@ -108,6 +108,9 @@ outputs:
runs:
using: "composite"
steps:
- name: "dummy step"
shell: bash
run: echo dummy step
- name: add ci registry to targets
shell: bash