From c68461702b14525164dc2bf2c3e7283a9c1b89a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:13:36 +0000 Subject: [PATCH] Fix external plugin workflow job steps Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- .github/workflows/external-plugin-pr-quality-gates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/external-plugin-pr-quality-gates.yml b/.github/workflows/external-plugin-pr-quality-gates.yml index 0fcb1074..8a7d3ac4 100644 --- a/.github/workflows/external-plugin-pr-quality-gates.yml +++ b/.github/workflows/external-plugin-pr-quality-gates.yml @@ -115,6 +115,7 @@ jobs: contents: read issues: write pull-requests: write + steps: - name: Checkout staged branch uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: