mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
.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:
parent
3a1f70a123
commit
27d0680bc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user