mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-05 20:49:48 +02:00
Backport Test
This commit is contained in:
parent
7dc06bfbe5
commit
1f2be542f0
@ -12,6 +12,8 @@ jobs:
|
|||||||
backport:
|
backport:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.YUHONG_GH_ACTIONS }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -96,5 +98,3 @@ jobs:
|
|||||||
# Push the changes and tag to the stable branch using PAT
|
# Push the changes and tag to the stable branch using PAT
|
||||||
git push origin ${{ steps.list-branches.outputs.stable }} --force
|
git push origin ${{ steps.list-branches.outputs.stable }} --force
|
||||||
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
|
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.YUHONG_GH_ACTIONS }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user