From ca07122ee6d1338072fb6a890f2a3ca3fc13cb1f Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 19 Oct 2024 23:04:50 -0400 Subject: [PATCH] update pr creation --- .github/workflows/update.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c877ab8..b70c163 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -72,12 +72,10 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - pr_number=$(gh pr create --title "Auto-update Nix flake dependencies" \ + gh pr create --title "Auto-update Nix flake dependencies" \ --body "This PR updates the Nix flake dependencies." \ --base main \ - --head ${{ env.BRANCH_NAME }} \ - --json number --jq .number) - echo "pr_number=$pr_number" >> $GITHUB_OUTPUT + --head ${{ env.BRANCH_NAME }} - name: Trigger Hydra build if: steps.update-flake.outputs.CHANGED == 'true'