Skip to content

Commit

Permalink
Merge pull request #17 from itsksaurabh/runner/v2.263
Browse files Browse the repository at this point in the history
update runner version to v2.263
  • Loading branch information
itsksaurabh authored Jun 21, 2020
2 parents c5caf1b + df131fc commit dc3ad48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/register.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ REGISTRATION_TOKEN=$(echo $temp | grep "token" | awk '{print $3}'| awk -F , '{pr
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.165.2/actions-runner-linux-x64-2.165.2.tar.gz
curl -O -L https://github.com/actions/runner/releases/download/v2.263.0/actions-runner-linux-x64-2.263.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.165.2.tar.gz
tar xzf ./actions-runner-linux-x64-2.263.0.tar.gz
# Configure the runner
./config.sh --url https://github.com/${GITHUB_USERNAME}/${GITHUB_REPO_NAME} --token $REGISTRATION_TOKEN <<< $'\n\n'
Expand Down

0 comments on commit dc3ad48

Please sign in to comment.