From c6920fb2796bf63740efa56e67b2d633ff32f644 Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Fri, 5 Jul 2024 19:32:27 +0530 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 4deb60d..af40726 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,8 +31,8 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - git add playlist.m3u8 # Add the playlist.m3u8 file to the staging area - git commit -m "Update playlist.m3u8" # Commit the changes with a message + git add . + git commit -m "Update playlist" git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}