flipperzero-firmware/.github/actions/docker/action.yml

12 lines
217 B
YAML
Raw Normal View History

name: 'Run in docker'
inputs:
run: # id of input
description: 'A command to run'
required: true
default: ''
runs:
using: 'docker'
image: '../../../docker/Dockerfile'
args:
- ${{ inputs.run }}