Skip to content

Commit

Permalink
update github-pull-request-creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 23, 2023
1 parent 8a7655a commit 6232c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pull-request-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
outputs:
pull-request-url:
description: "Pull Request URL"
value: ${{ jobs.create-pull-request.outputs.url }}
value: ${{ jobs.create-pull-request.outputs.pull-request-url }}

env:
BRANCH: ${{ inputs.branch-name }}
Expand Down

0 comments on commit 6232c64

Please sign in to comment.