Skip to content

Commit

Permalink
script permission
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed May 17, 2021
1 parent b2be21a commit fe04864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
runs:
using: composite
steps:
- run: chmod -x $GITHUB_ACTION_PATH/publish.sh ${{inputs.creditionals}}
shell: bash
# - run: chmod -x $GITHUB_ACTION_PATH/publish.sh
# shell: bash
- run: $GITHUB_ACTION_PATH/publish.sh ${{inputs.creditionals}}
shell: bash
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

RED='\033[0;31m'
C_RESET='\033[0m'
Expand Down

0 comments on commit fe04864

Please # to comment.