mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Change base and ref branches in workflow file
This commit is contained in:
parent
8500dc66f9
commit
105531b8ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updating-dockertag.yml
vendored
4
.github/workflows/updating-dockertag.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue