Skip to content

Conversation

@wadackel
Copy link
Collaborator

@wadackel wadackel commented Nov 22, 2024

The command input parameter allows specifying multiple command names.

# single command
- uses: knowledge-work/command-action@v1
  with:
    command: 'foo'

# multiple command
- uses: knowledge-work/command-action@v1
  with:
    command: 'foo,bar'

# multiple command (multi-line)
- uses: knowledge-work/command-action@v1
  with:
    command: |
      foo,
      bar,

@wadackel wadackel marked this pull request as ready for review November 22, 2024 01:15
@wadackel wadackel merged commit de3d299 into main Nov 22, 2024
3 checks passed
@wadackel wadackel deleted the feat/multi-command-inputs branch November 22, 2024 01:15
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants