Pass PR URL instead of body to xKAN-meta_testing action (#2372)

This commit is contained in:
DasSkelett 2021-06-27 01:00:19 +02:00 committed by GitHub
parent 6936a6a32f
commit c1efcf51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ jobs:
EVENT_BEFORE: ${{ github.event.before }}
with:
source: commits
pull request body: ${{ github.event.pull_request.body }}
pull request url: ${{ github.event.pull_request.url }}
- name: Chmod cached files so actions/cache can read them
run: sudo chmod -R a+r .cache