Skip to content

Commit

Permalink
Merge pull request #12 from itsksaurabh/support/runner/v263.0
Browse files Browse the repository at this point in the history
add support for latest runner v2.263.0
  • Loading branch information
itsksaurabh authored Aug 20, 2020
2 parents efdef1b + 29d796a commit b68d0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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'

0 comments on commit b68d0e8

Please sign in to comment.