Change base and ref branches in workflow file

This commit is contained in:
Adish M 2026-04-14 11:37:11 +05:30 committed by GitHub
parent 8500dc66f9
commit 105531b8ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'