From 12a72824b7cdb33453172cd3e3ea0fc8e6228b7a Mon Sep 17 00:00:00 2001 From: Nemirovsky Date: Thu, 12 Oct 2023 13:47:19 -0400 Subject: [PATCH] try new commit --- .github/workflows/build-readme.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-readme.yaml b/.github/workflows/build-readme.yaml index 177ebe8..c41b2a6 100644 --- a/.github/workflows/build-readme.yaml +++ b/.github/workflows/build-readme.yaml @@ -35,14 +35,18 @@ jobs: # List the files after rendering ls -R profile/ - - name: Commit files +# - name: Commit files + # run: | + # git config --global user.email "david.nemirovsky97@gmail.com" + # git config --global user.name "david-nemirovsky" + # git add --all + # git commit -am "chronjob" + # git push origin HEAD:refs/heads/master --force + - name: Commit and push changes run: | - git config --global user.email "david.nemirovsky97@gmail.com" - git config --global user.name "david-nemirovsky" git add --all - git commit -am "chronjob" - git push origin HEAD:refs/heads/master --force - + git commit -m "Update README.md" + git push origin ${{ github.ref }} - name: Debugging - List Files After Commit run: | # List the files after committing