-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the enhancement
Add possibility to use if:
option for action steps of composite actions.
Code Snippet
inputs:
echo-bla:
description: 'echo bla-bla-bla if not empty'
required: true
runs:
using: "composite"
steps:
- run: echo "start"
shell: bash
- run: echo "bla bla bla"
shell: bash
if: ${{ inputs.echo-bla }}
- run: echo "stop"
shell: bash
frenchvandal, jwenz723, grahame-murray-db, kmuehlbauer, boulc and 240 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request