Ubuntu – can I directly call a workflow from within a composite action?
Can I directly call a workflow from within a composite action? This is my composite action: name: Service composite description: Service composite inputs: example_input: description: example input required: true type: string runs: using: "composite" steps: - name: Service test id:…