fix issue with script execution
This commit is contained in:
@@ -69,4 +69,5 @@ runs:
|
|||||||
RULES: ${{ inputs.rules }}
|
RULES: ${{ inputs.rules }}
|
||||||
FAIL_ON_NO_MATCH: ${{ inputs.fail-on-no-match }}
|
FAIL_ON_NO_MATCH: ${{ inputs.fail-on-no-match }}
|
||||||
run: |
|
run: |
|
||||||
|
chmod +x "${{ github.action_path }}/evaluate.sh"
|
||||||
"${{ github.action_path }}/evaluate.sh"
|
"${{ github.action_path }}/evaluate.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user