mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
add: about GitHub API Rate limiting
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -30,8 +30,10 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version: [null, 'latest', '0.58.2']
|
||||
extended: [null, false, true]
|
||||
hugo-version: [null, '0.58.2']
|
||||
# hugo-version: [null, 'latest', '0.58.2']
|
||||
extended: [null, true]
|
||||
# extended: [null, false, true]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user