action.yml 217 B

1234567891011
  1. name: 'Run in docker'
  2. inputs:
  3. run: # id of input
  4. description: 'A command to run'
  5. required: true
  6. default: ''
  7. runs:
  8. using: 'docker'
  9. image: '../../../docker/Dockerfile'
  10. args:
  11. - ${{ inputs.run }}