Skip to content

Commit

Permalink
Update update_overview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Jul 11, 2024
1 parent d16ec97 commit 951796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 951796d

Please sign in to comment.