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 386eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: 'sh -c'
entrypoint: "sh -c"
env:
OPALOPC_LICENSE_KEY: ${{ inputs.license-key }}
args:
Expand Down

0 comments on commit 386eab8

Please sign in to comment.