mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
gha: change trigger branch to master
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -3,7 +3,8 @@ name: 'Test'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'migrate-javascript-action'
|
- master
|
||||||
|
# - 'migrate-javascript-action'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
5
index.js
5
index.js
@@ -43,9 +43,8 @@ async function run() {
|
|||||||
function(error) {
|
function(error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
console.log(
|
console.log(
|
||||||
"HINT: GitHub API Rate limiting\n" +
|
"HINT: GitHub API Rate limiting",
|
||||||
" https://developer.github.com/v3/#rate-limiting\n" +
|
"https://developer.github.com/v3/#rate-limiting"
|
||||||
" Use a specific version of Hugo"
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user