Update action.yml

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

View File

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