From f960a5036487fbcc93fa1e36c390804991e4c13c Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 7 Mar 2021 10:44:24 -0800 Subject: [PATCH] Have master-to-main mirror force push (#822) Not sure quote what the problem is, but it's erroring: https://github.com/RustSec/advisory-db/runs/2051631730?check_suite_focus=true --- .github/workflows/mirror-main-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-main-to-master.yml b/.github/workflows/mirror-main-to-master.yml index 314ed94..3d1ad44 100644 --- a/.github/workflows/mirror-main-to-master.yml +++ b/.github/workflows/mirror-main-to-master.yml @@ -11,4 +11,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: git push origin main:master + - run: git push -f origin main:master