Update workflows
This commit is contained in:
parent
d469aaf0ef
commit
46dc4f23d5
|
@ -38,7 +38,7 @@ jobs:
|
||||||
milestone: 1
|
milestone: 1
|
||||||
branch: example-patches
|
branch: example-patches
|
||||||
branch-suffix: random
|
branch-suffix: random
|
||||||
- name: Check output environment variable
|
- name: Check outputs
|
||||||
run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
run: |
|
||||||
- name: Check step output
|
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
||||||
run: echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}"
|
echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}"
|
||||||
|
|
8
.github/workflows/create-pull-request.yml
vendored
8
.github/workflows/create-pull-request.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
milestone: 1
|
milestone: 1
|
||||||
branch: example-patches
|
branch: example-patches
|
||||||
branch-suffix: short-commit-hash
|
branch-suffix: short-commit-hash
|
||||||
- name: Check output environment variable
|
- name: Check outputs
|
||||||
run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
run: |
|
||||||
- name: Check step output
|
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
||||||
run: echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}"
|
echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}"
|
||||||
|
|
Loading…
Reference in a new issue