Remove GITHUB_ prefix from our env vars

This commit is contained in:
Paul Hebble 2021-03-21 18:20:04 +00:00
parent f6c9a51210
commit fe9f6ddf48
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}