Skip to content

Commit

Permalink
actually use message input
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Nov 18, 2024
1 parent 5fd284c commit 5ba36f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/equivalence-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ runs:
--base ${{ inputs.current-branch }} \
--head ${{ inputs.new-branch }} \
--title "Update equivalence test golden files" \
--body "This PR updates the equivalence test golden files." \
--body "{{ inputs.message }}" \
--reviewer ${{ inputs.reviewers }}

0 comments on commit 5ba36f1

Please sign in to comment.