From 951796d7ca6aa9e1d10022221a3aceda7446a9b9 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:40:46 +0200 Subject: [PATCH] Update update_overview.yaml --- .github/workflows/update_overview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_overview.yaml b/.github/workflows/update_overview.yaml index 96af3c3..d4f1bdc 100644 --- a/.github/workflows/update_overview.yaml +++ b/.github/workflows/update_overview.yaml @@ -24,7 +24,7 @@ jobs: - name: Create a new file run: | # echo "${{ github.event.inputs.file_content }}" > ${{ github.event.inputs.file_path }} - python .github/scripts/gen_overview > AppExamples/README.md + python .github/scripts/gen_overview.py > AppExamples/README.md git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add AppExamples/README.md