From 105531b8ce7cb94946009cd718472956cafed7f2 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:37:11 +0530 Subject: [PATCH] Change base and ref branches in workflow file --- .github/workflows/updating-dockertag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updating-dockertag.yml b/.github/workflows/updating-dockertag.yml index 72cca05a61..aeaa55942f 100644 --- a/.github/workflows/updating-dockertag.yml +++ b/.github/workflows/updating-dockertag.yml @@ -14,7 +14,7 @@ jobs: - name: ⬇️ Checkout repo uses: actions/checkout@v4 with: - ref: develop + ref: documentation - name: 🛠 Setup Git run: | @@ -49,7 +49,7 @@ jobs: branch: auto/update-lts-${{ github.run_id }} title: "docs: update LTS version table" body: "Automated update of the LTS version table from DockerHub." - base: develop + base: documentation - name: 🤖 Auto-merge the PR (fallback if needed) if: steps.changes.outputs.changed == 'true'