Skip to content

Commit

Permalink
chamod 0755 woke
Browse files Browse the repository at this point in the history
  • Loading branch information
nhosoi committed Dec 15, 2022
1 parent b8d2d78 commit eaf1b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/custom-woke-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PATH="${TEMP_PATH}:$PATH"

echo '::group:: Installing woke ... https://github.com/nhosoi/woke'
curl https://raw.githubusercontent.com/nhosoi/woke/main/woke -o "${TEMP_PATH}/woke"
chmod 0755 "${TEMP_PATH}/woke"
echo '::endgroup::'

echo '::group:: Running woke ...'
Expand Down

0 comments on commit eaf1b31

Please sign in to comment.