From ff2548b4eae4464b1ad704ea97392d01e337eb86 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Fri, 1 Nov 2024 13:10:16 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Push=20to=20an=20imaginary?= =?UTF-8?q?=20upstream?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fix.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix.yaml b/.github/workflows/fix.yaml index b9ef695d..58b3756d 100644 --- a/.github/workflows/fix.yaml +++ b/.github/workflows/fix.yaml @@ -36,4 +36,6 @@ jobs: skip-empty: true token: ${{ secrets.GITHUB_TOKEN }} - - run: git push origin '${{ github.head_ref }}' + - run: | + git remote add upstream '${{ github.repositoryUrl }}' + git push upstream '${{ github.head_ref }}'