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: |