This commit is contained in:
Ken Chau 2020-10-19 13:47:38 -07:00
Родитель f693c73979
Коммит 0dec99f9ab
2 изменённых файлов: 3 добавлений и 0 удалений

2
.github/workflows/pr.yml поставляемый
Просмотреть файл

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:

1
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.repo_pat }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1