Update action.yml

This commit is contained in:
Sergey 2023-09-13 10:59:50 +03:00 committed by GitHub
parent e3841f1e7c
commit 9ef63c300a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,5 @@ runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
args: args:
- /bin/bash
- -c
- ${{ inputs.command }} - ${{ inputs.command }}