Fix example in README (#85)
This commit is contained in:
committed by
GitHub
parent
58a078aed9
commit
e64deeba68
@@ -119,7 +119,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# do custom parsing of your code / date to derive a branch from
|
# do custom parsing of your code / date to derive a branch from
|
||||||
PR_BRANCH_FROM=release-v$(cat VERSION)
|
PR_BRANCH_FROM=release-v$(cat VERSION)
|
||||||
export "PULL_REQUEST_FROM_BRANCH=${PR_BRANCH_FROM}" >> $GITHUB_ENV
|
echo "PULL_REQUEST_FROM_BRANCH=${PR_BRANCH_FROM}" >> $GITHUB_ENV
|
||||||
- name: pull-request-action
|
- name: pull-request-action
|
||||||
uses: vsoch/pull-request-action@master
|
uses: vsoch/pull-request-action@master
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user