From d07330a2d79722a410224615673684c8b37bbce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3n=20Levy?= Date: Thu, 28 Nov 2024 14:27:10 +0000 Subject: [PATCH] fix: typo --- .github/workflows/revert-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/revert-pr.yaml b/.github/workflows/revert-pr.yaml index 66ceddbe1b35..80638f3a3ca3 100644 --- a/.github/workflows/revert-pr.yaml +++ b/.github/workflows/revert-pr.yaml @@ -72,7 +72,7 @@ jobs: steps: - name: Debug run: | - PR_NUMBER=${{ needs.fetch-pr.outputs.PR_NUMBER }} + PR_NUMBER=${{ needs.detect-failure.outputs.PR_NUMBER }} echo "Reverting PR: $PR_NUMBER" - name: Execute PR revert