From 8af361f93f43f139135047be946e54b9045038ee Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sun, 1 Jan 2023 01:47:16 -0500 Subject: [PATCH] make black force push? Signed-off-by: Kaveen Kumarasinghe --- .github/workflows/black-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-and-deploy.yml b/.github/workflows/black-and-deploy.yml index 5475ddc..b041b15 100644 --- a/.github/workflows/black-and-deploy.yml +++ b/.github/workflows/black-and-deploy.yml @@ -21,7 +21,7 @@ jobs: git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com' # git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git commit -am "Format Python code with psf/black push" - git push origin main + git push origin main --force deploy: runs-on: ubuntu-latest steps: