Update README
This commit is contained in:
parent
3061b7bc6e
commit
1461de7c9d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ jobs:
|
||||||
PULL_REQUEST_BRANCH: example-patches
|
PULL_REQUEST_BRANCH: example-patches
|
||||||
BRANCH_SUFFIX: short-commit-hash
|
BRANCH_SUFFIX: short-commit-hash
|
||||||
- name: Check output environment variable
|
- name: Check output environment variable
|
||||||
run: echo "Pull Request Number - $PULL_REQUEST_NUMBER"
|
run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
This reference configuration will create pull requests that look like this:
|
This reference configuration will create pull requests that look like this:
|
||||||
|
|
Loading…
Reference in a new issue