diff --git a/.github/workflows/go-write-to-file.yml b/.github/workflows/go-write-to-file.yml index 91adc96b..66745680 100644 --- a/.github/workflows/go-write-to-file.yml +++ b/.github/workflows/go-write-to-file.yml @@ -38,8 +38,7 @@ jobs: env: TIME: '${{ steps.current-time.outputs.time }}' run: | - git config user.name darensin01 - git config user.email darensin01@gmail.com + git pull git add backend/data.json git commit -m "$TIME: new data pushed" git push