Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Jan 24, 2025
1 parent cae8d55 commit 9c1f611
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spec-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
exit 0
fi
PR_URL=$(gh pr create --json url --jq .url --base main --head $BRANCH --title "feat: Update $CHOICE specification" --body "
PR_URL=$(gh pr create --base main --head $BRANCH --title "feat: Update $CHOICE specification" --body "
## Context
Update $CHOICE specification file based on $REF.
Expand All @@ -159,8 +159,7 @@ jobs:
- [ ] Unit / type tests cover new classes
- [ ] Release notes updated
")
echo "pr_url=$PR_URL" >> "$GITHUB_OUTPUT"
") && echo "pr_url=$PR_URL" >> "$GITHUB_OUTPUT"
- name: Generate Job Summary
if: ${{ always() }}
Expand Down

0 comments on commit 9c1f611

Please sign in to comment.