From 9d6bdfa5edefb506c613dbb4d1dad04b050a469f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 25 Jan 2025 13:54:21 -0600 Subject: [PATCH] Fix git file name typo. --- .github/workflows/web-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-publish.yml b/.github/workflows/web-publish.yml index 74d411e..678095f 100644 --- a/.github/workflows/web-publish.yml +++ b/.github/workflows/web-publish.yml @@ -63,7 +63,7 @@ jobs: run: | git config user.email "ecosystemstandard@gmail.com" git config user.name "ecostd" - git commit -m "Update generated information." CONTRIBUTIONS.adoc + git commit -m "Update generated information." CONTRIBUTORS.adoc - name: Setup Pages uses: actions/configure-pages@main - name: Upload artifact