add dummy step
This commit is contained in:
+4
-1
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user