From b041de80d77acc76260a48ec8c275f22c56fca5b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:24:07 -0400 Subject: [PATCH] ci: fix lint errors --- .github/workflows/update_issue_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_issue_templates.yml b/.github/workflows/update_issue_templates.yml index 5fcb711..69001b1 100644 --- a/.github/workflows/update_issue_templates.yml +++ b/.github/workflows/update_issue_templates.yml @@ -39,7 +39,7 @@ jobs: else ORGS="LizardByte,LizardByte-infrastructure" # Default organizations fi - echo "orgs=$ORGS" >> $GITHUB_OUTPUT + echo "orgs=$ORGS" >> "${GITHUB_OUTPUT}" echo "Organizations to process: $ORGS" - name: Fetch repositories