From a32c4d824c9d50d6bfa90d7f9f0bb96fef474445 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Wed, 16 Jul 2025 11:06:57 -0400 Subject: [PATCH] fix: push when title is set --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9e7e3fb98..5bf6945ab 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -41,7 +41,7 @@ jobs: run: rm commit_message.env - name: create pull request - if: ${{ hashFiles('commit_message.env') != '' }} + if: ${{ env.TITLE != '' }} uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: title: ${{ env.TITLE }}