From 529d31346eb4ad19bbc6c390661ef872fb575cb4 Mon Sep 17 00:00:00 2001 From: rzadp Date: Mon, 16 Oct 2023 13:22:57 +0200 Subject: [PATCH] debug --- .github/workflows/rfc-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rfc-action.yml b/.github/workflows/rfc-action.yml index cc603bc8e..098ad1707 100644 --- a/.github/workflows/rfc-action.yml +++ b/.github/workflows/rfc-action.yml @@ -14,6 +14,6 @@ jobs: if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }} runs-on: ubuntu-latest steps: - - uses: paritytech/rfc-action@rzadp/error-handle + - uses: paritytech/rfc-action@rzadp/link-to-logs env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}