From 0b93b64e04987a0c200ffec885b6fe54b702a85a Mon Sep 17 00:00:00 2001 From: perasperaadastra <44439208+perasperaadastra@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:37:46 +0100 Subject: [PATCH] Fix merge script output file name --- .github/workflows/merge-contexts-metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-contexts-metadata.yaml b/.github/workflows/merge-contexts-metadata.yaml index 908856c..11be994 100644 --- a/.github/workflows/merge-contexts-metadata.yaml +++ b/.github/workflows/merge-contexts-metadata.yaml @@ -29,6 +29,6 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add contexts.yaml + git add merged-contexts-metadata.yaml git diff --quiet && git diff --staged --quiet || git commit -m "Update contexts metadata file" git push