From 594d1418a959cf651f25256bbda96238b75620e2 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Fri, 17 May 2024 18:15:32 -0400 Subject: [PATCH] remove rebase as it is too fragile --- .github/workflows/fetch-licenses.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 21ce6b1..25fe501 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -23,11 +23,6 @@ jobs: with: ref: auto-update-licenses - - name: Rebase branch auto-update-licenses branch on main - run: | - git fetch origin main - git rebase origin/main - - name: Checkout SPDX Repository uses: actions/checkout@v2 with: