diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 602e64c1..1f724930 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -73,4 +73,5 @@ jobs: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ${AUTH}" git add CHANGELOG.md git commit --amend --no-edit - git push origin automated-api-update -f \ No newline at end of file + git push origin automated-api-update -f + \ No newline at end of file