workflows: run update against develop branch

This commit is contained in:
Ben Wolsieffer 2023-08-04 13:41:32 -04:00
parent 22be26c89c
commit 359c1c8760

View file

@ -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