Skip to content

Commit

Permalink
Merge pull request #1 from nhosoi/test
Browse files Browse the repository at this point in the history
Use woke built from get-woke/woke#252.
  • Loading branch information
nhosoi authored Dec 13, 2022
2 parents 2922a24 + 4766261 commit a89e25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1
TEMP_PATH="$(mktemp -d)"
PATH="${TEMP_PATH}:$PATH"

echo '::group:: Installing woke ... https://github.com/get-woke/woke'
curl -sfL https://raw.githubusercontent.com/get-woke/woke/main/install.sh | sh -s -- -b "${TEMP_PATH}" "${INPUT_WOKE_VERSION}" 2>&1
echo '::group:: Installing woke ... https://github.com/nhosoi/woke'
curl https://raw.githubusercontent.com/nhosoi/woke/main/woke -o "${TEMP_PATH}/woke"
echo '::endgroup::'

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

0 comments on commit a89e25b

Please sign in to comment.