From 192243b425b3212e279ad2d16e1daecd350e3ecf Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 11 Jul 2024 23:47:51 -0500 Subject: [PATCH] push to origin --- .github/workflows/nightly.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 89a1cc9..3c0110c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -54,7 +54,7 @@ jobs: --print-build-logs - name: Commit Updates - run: git push + run: git push --set-upstream origin flake-lock build-full: needs: build-minimal @@ -62,12 +62,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - - name: Setup Git Bot - run: | - git --version - git config user.name 'github-actions[bot]' - git config user.email 'github-actions[bot]@users.noreply.github.com' + with: + ref: flake-lock + + # - name: Setup Git Bot + # run: | + # git --version + # git config user.name 'github-actions[bot]' + # git config user.email 'github-actions[bot]@users.noreply.github.com' - uses: DeterminateSystems/nix-installer-action@v12 with: