.github: remove unnecessary options in update-packages-from-list

As we already merged necessary changes for sync-with-gentoo into master
branch of the flatcar-build-scripts repo, it is not necessary any more
to point to krnowak/stuff branch. Remove it.
This commit is contained in:
Dongsu Park 2022-11-15 17:16:50 +01:00
parent 3a1f70a123
commit 27d0680bc2

View File

@ -20,13 +20,14 @@ jobs:
path: gentoo
# Gentoo is quite a large repo, so limit ourselves to last
# quarter milion of commits. It is about two years worth of changes.
# Is is needed by the sync script to find out the hash of the last commit
# that made the changes to the package.
fetch-depth: 250000
ref: master
- name: Checkout build scripts
uses: actions/checkout@v3
with:
repository: flatcar/flatcar-build-scripts
ref: krnowak/stuff
path: flatcar-build-scripts
- name: Update listed packages
id: update-listed-packages