Skip to content

Commit

Permalink
fix PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Dec 11, 2023
1 parent 6db5e4d commit 794cadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: ${{ inputs.autoqueue }}
uses: peter-evans/create-pull-request@v5
with:
title: "$RANDOM_EMOJI pull request (autoqueue)"
title: ${{env.RANDOM_EMOJI}} pull request
body: >
This is a test pull request.
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ ! inputs.autoqueue }}
uses: peter-evans/create-pull-request@v5
with:
title: "$RANDOM_EMOJI pull request"
title: ${{env.RANDOM_EMOJI}} pull request
body: >
This is a test pull request!
Expand Down

0 comments on commit 794cadd

Please sign in to comment.