Skip to content

Commit

Permalink
update bash output
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 19, 2024
1 parent 91422a9 commit a208b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ inputs:
outputs:
PRURL:
description: 'The URL of the created pull request'
value: ${{ steps.create_pr.outputs.PR_URL }}
runs:
using: 'composite'
steps:
- name: Create Pull Request
id: create_pr
shell: bash
run: bash create-pr.sh
env:
Expand Down

0 comments on commit a208b46

Please sign in to comment.