mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 03:28:39 +03:00
workflows: run update against develop branch
This commit is contained in:
parent
22be26c89c
commit
359c1c8760
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: staging
|
ref: develop
|
||||||
- uses: cachix/install-nix-action@v22
|
- uses: cachix/install-nix-action@v22
|
||||||
- uses: cachix/cachix-action@v12
|
- uses: cachix/cachix-action@v12
|
||||||
with:
|
with:
|
||||||
|
@ -40,5 +40,5 @@ jobs:
|
||||||
superflore-gen-nix \
|
superflore-gen-nix \
|
||||||
--tar-archive-dir "${{ runner.temp }}/tar" \
|
--tar-archive-dir "${{ runner.temp }}/tar" \
|
||||||
--output-repository-path . \
|
--output-repository-path . \
|
||||||
--upstream-branch staging \
|
--upstream-branch develop \
|
||||||
--all
|
--all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue