add dummy step
This commit is contained in:
parent
c768fed4c1
commit
1b9c23d25b
@ -108,7 +108,10 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: "dummy step"
|
||||||
|
shell: bash
|
||||||
|
run: echo dummy step
|
||||||
|
|
||||||
- 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" }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user