Skip to content

Commit

Permalink
Added chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlokerse committed Feb 5, 2021
1 parent 5df5aa4 commit 93b21f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ runs:
steps:
- run: echo Scanning ${{ inputs.web-url }} for string ${{ inputs.scan-for-text }}
shell: bash
- run: chmod +x ${{ github.action_path }}/scan-website.sh
shell: bash
- run: ${{ github.action_path }}/scan-website.sh ${{ inputs.web-url }} ${{ inputs.scan-for-text }}
shell: bash

0 comments on commit 93b21f3

Please sign in to comment.