mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +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:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: staging
|
||||
ref: develop
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
|
@ -40,5 +40,5 @@ jobs:
|
|||
superflore-gen-nix \
|
||||
--tar-archive-dir "${{ runner.temp }}/tar" \
|
||||
--output-repository-path . \
|
||||
--upstream-branch staging \
|
||||
--upstream-branch develop \
|
||||
--all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue