Skip to content

Commit

Permalink
🔨 add script permission
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed May 17, 2021
1 parent e572985 commit 33a0eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ inputs:
runs:
using: composite
steps:
- run: chmod -x $GITHUB_ACTION_PATH/publish.sh ${{inputs.creditionals}}
shell: bash
- run: $GITHUB_ACTION_PATH/publish.sh ${{inputs.creditionals}}
shell: bash

0 comments on commit 33a0eb0

Please sign in to comment.