diff --git a/.github/actions/custom-woke-action/entrypoint.sh b/.github/actions/custom-woke-action/entrypoint.sh index ec8bed41..9cf776f5 100755 --- a/.github/actions/custom-woke-action/entrypoint.sh +++ b/.github/actions/custom-woke-action/entrypoint.sh @@ -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 ...'