From c1efcf51ff1836e0c6a23d4a3a340145b093ecde Mon Sep 17 00:00:00 2001 From: DasSkelett Date: Sun, 27 Jun 2021 01:00:19 +0200 Subject: [PATCH] Pass PR URL instead of body to xKAN-meta_testing action (#2372) --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d9780bd672..05e2d09a3a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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