diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-28 15:44:54 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-28 15:45:02 -0500 |
| commit | eb3536ddff194b126d52b94d72b81d77296fa869 (patch) | |
| tree | d6c35df6d8e70cff936c332cbdaa9ee0ccf2850e /.github/workflows/python-nightly.yml | |
| parent | 6a1c275b94818ccef91481ab01d0eb000906967a (diff) | |
| download | python-coveragepy-git-eb3536ddff194b126d52b94d72b81d77296fa869.tar.gz | |
build(docs): correct [gh-actions] to [gh]
Diffstat (limited to '.github/workflows/python-nightly.yml')
| -rw-r--r-- | .github/workflows/python-nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml index 88b2b389..967fd0c8 100644 --- a/.github/workflows/python-nightly.yml +++ b/.github/workflows/python-nightly.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: python-version: - # When changing this list, be sure to check the [gh-actions] list in + # When changing this list, be sure to check the [gh] list in # tox.ini so that tox will run properly. PYVERSIONS # Available versions: # https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages |
