From ec8abf840de9dbae2c7b958dbe0614731e19ba08 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Mon, 10 Nov 2025 09:45:24 -0600 Subject: [PATCH] fix: missing quote in hubber-contribution-help workflow (#58421) Signed-off-by: jmeridth --- .github/workflows/hubber-contribution-help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hubber-contribution-help.yml b/.github/workflows/hubber-contribution-help.yml index 9c89a4664d..b80ff46690 100644 --- a/.github/workflows/hubber-contribution-help.yml +++ b/.github/workflows/hubber-contribution-help.yml @@ -60,7 +60,7 @@ jobs: ### Need help? - Reach out in [#docs-content](https://github-grid.enterprise.slack.com/archives/C0E9DK082) on Slack. + Reach out in [#docs-content](https://github-grid.enterprise.slack.com/archives/C0E9DK082) on Slack." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}