From 59468dfe0ef0b2333a5650619e27b92cde46f44c Mon Sep 17 00:00:00 2001 From: Gavin John Date: Mon, 30 Oct 2023 14:54:33 -0500 Subject: [PATCH] Fix incorrect run summary link (#68) --- .github/workflows/post-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-ci.yml b/.github/workflows/post-ci.yml index 7057a97f30..43e8bc83bb 100644 --- a/.github/workflows/post-ci.yml +++ b/.github/workflows/post-ci.yml @@ -35,7 +35,7 @@ jobs: recreate: true message: | The commit ${{ steps.save-pr-data.outputs.pr_sha }} (as a parent of ${{ steps.save-pr-data.outputs.merge_sha }}) contains errors. - Please inspect the [Run Summary](https://github.com/ethereum/EIPs/pull/${{ steps.save-pr-data.outputs.pr_number }}/files) for details. + Please inspect the [Run Summary](https://github.com/ethereum/ercs/${{ steps.save-pr-data.outputs.pr_number }}/files) for details. - name: Add Waiting Label uses: actions-ecosystem/action-add-labels@288072f1a3b596f4350fe135bcfe381a23abadef