Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValtteriL committed Apr 12, 2024
1 parent 49cd887 commit d989556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: 'sh -c'
entrypoint: "sh"
env:
OPALOPC_LICENSE_KEY: ${{ inputs.license-key }}
args:
- -c
- opalopc
- -vv
- ${{ inputs.target }}
Expand Down

0 comments on commit d989556

Please sign in to comment.