Skip to content

Commit

Permalink
Add an action to run mpyl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorg88 committed Jul 17, 2024
1 parent 3589f1c commit e53ebd2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/run-mpyl/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: mpyl
description: Action to run mpyl from a docker container
inputs:
mpyl-command:
description: The mpyl command to run
required: false # set to true later
default: build status
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.mpyl-command }}

0 comments on commit e53ebd2

Please sign in to comment.