CI: fetch all commits in package_updates.yml

This commit is contained in:
Leonid Pliushch 2020-12-18 00:07:12 +02:00
parent ae12994deb
commit 6ab6ffa865
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 3 additions and 1 deletions

View File

@ -6,11 +6,13 @@ on:
workflow_dispatch:
jobs:
update:
update-packages:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Process package updates
env:
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}