CI: fetch all commits in package_updates.yml
This commit is contained in:
parent
ae12994deb
commit
6ab6ffa865
4
.github/workflows/package_updates.yml
vendored
4
.github/workflows/package_updates.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user