docs: better wording and grammar

This commit is contained in:
Callum Tait 2022-11-07 20:24:00 +00:00 committed by GitHub
parent 186c98cf36
commit 0908715786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1579,7 +1579,8 @@ spec:
value: "true" value: "true"
# Disables automatic runner updates # Disables automatic runner updates
# WARNING : Upon a new version of the actions/runner software being released # WARNING : Upon a new version of the actions/runner software being released
# GitHub stop allocating jobs to runners on old versions after 30 days. # GitHub stops allocating jobs to runners on the previous version of the
# actions/runner software after 30 days.
- name: DISABLE_RUNNER_UPDATE - name: DISABLE_RUNNER_UPDATE
value: "true" value: "true"
``` ```