mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Keep env var output for backwards compat
This commit is contained in:
parent
3c32fac1fe
commit
5429e57002
4 changed files with 15 additions and 9 deletions
3
.github/workflows/cpr-example-command.yml
vendored
3
.github/workflows/cpr-example-command.yml
vendored
|
@ -33,9 +33,8 @@ jobs:
|
|||
branch: example-patches
|
||||
request-to-parent: false
|
||||
|
||||
- name: Check outputs
|
||||
- name: Check output
|
||||
run: |
|
||||
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
||||
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
|
||||
|
||||
- name: Add reaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue