From 36c1c4d84d230e7b519d25591a367736b0fa916d Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Mon, 29 Jul 2024 09:57:52 +0200 Subject: [PATCH] Update archiveTooting.yml replaced wrong url to access the relevant PR diff for the archive tooting action --- .github/workflows/archiveTooting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/archiveTooting.yml b/.github/workflows/archiveTooting.yml index 78d4d0df..ec11ab6a 100644 --- a/.github/workflows/archiveTooting.yml +++ b/.github/workflows/archiveTooting.yml @@ -28,7 +28,7 @@ jobs: - name: Construct diff URL id: construct_diff_url run: | - echo ${{ github.event.pull_request.url }}.diff > diff_url.txt + echo ${{ github.event.pull_request.diff_url }} > diff_url.txt - name: Fetch PR diff run: |