Skip to content

Commit

Permalink
workflows: run update against develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 4, 2023
1 parent 22be26c commit 359c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
superflore-gen-nix \
--tar-archive-dir "${{ runner.temp }}/tar" \
--output-repository-path . \
--upstream-branch staging \
--upstream-branch develop \
--all

0 comments on commit 359c1c8

Please sign in to comment.