Remove GITHUB_ prefix from our env vars
This commit is contained in:
parent
f6c9a51210
commit
fe9f6ddf48
|
@ -28,8 +28,8 @@ jobs:
|
|||
uses: KSP-CKAN/xKAN-meta_testing@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
|
||||
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
EVENT_BEFORE: ${{ github.event.before }}
|
||||
with:
|
||||
source: commits
|
||||
pull request body: ${{ github.event.pull_request.body }}
|
||||
|
|
Loading…
Reference in New Issue