From f335cbd60833b86bf07b697dc41ee6374af3a3ae Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 12 Apr 2023 08:44:17 +1000 Subject: [PATCH] Update generate-contributors.yml --- .github/workflows/generate-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index c50b41444..6f36c17b4 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -26,4 +26,4 @@ jobs: closeDelimiter: '' path: website/src/pages/credits.mdx body: '${{steps.contributors.outputs.htmlTable}}' - branch: chore/update-contributors + ref: chore/update-contributors