Skip to content

Commit

Permalink
fix: small generate action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jul 12, 2024
1 parent fe4d789 commit e8bf0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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"
- name: Create Pull Request 🚀
if: steps.check_changes.outputs.changes_detected == 'true'
Expand All @@ -54,5 +54,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"

0 comments on commit e8bf0b7

Please sign in to comment.