From 53ecf59d110e84a84943397c05f8f1d1bca87b0f Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Fri, 12 Jul 2024 12:10:29 -0700 Subject: [PATCH] fix: small generate action fix --- .github/workflows/generate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4f774bac..10e499d9 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -44,7 +44,8 @@ jobs: else echo "No changes detected." echo "::set-output name=changes_detected::false" - echo "::set-output name=branch::" + echo "::set-output name=branch::$BRANCH_NAME" + fi - name: Create Pull Request 🚀 if: steps.check_changes.outputs.changes_detected == 'true' @@ -54,5 +55,5 @@ jobs: branch: ${{ steps.check_changes.outputs.branch }} title: "🤖Automated update" body: "This PR contains automated updates from running `npm run update`" - labels: ["automated update"] + labels: "automated update"