mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +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
|
path: gentoo
|
||||||
# Gentoo is quite a large repo, so limit ourselves to last
|
# Gentoo is quite a large repo, so limit ourselves to last
|
||||||
# quarter milion of commits. It is about two years worth of changes.
|
# 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
|
fetch-depth: 250000
|
||||||
ref: master
|
ref: master
|
||||||
- name: Checkout build scripts
|
- name: Checkout build scripts
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: flatcar/flatcar-build-scripts
|
repository: flatcar/flatcar-build-scripts
|
||||||
ref: krnowak/stuff
|
|
||||||
path: flatcar-build-scripts
|
path: flatcar-build-scripts
|
||||||
- name: Update listed packages
|
- name: Update listed packages
|
||||||
id: update-listed-packages
|
id: update-listed-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user