summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-01-15 21:47:45 +0100
committerGitHub <noreply@github.com>2024-01-15 21:47:45 +0100
commitbf6719a30fcfb8088473a01aa0bc967930b05750 (patch)
treedc7c7d7fe96f128800456dbd9f3594d604108cad /.github/workflows
parent207cc63f5b127bebb9ef5026129c126660272a3e (diff)
downloadvyos-documentation-bf6719a30fcfb8088473a01aa0bc967930b05750.tar.gz
vyos-documentation-bf6719a30fcfb8088473a01aa0bc967930b05750.zip
github: pull also 1.3 changelog in sagitta workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/submodules.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index f76e32f7..4fa3f331 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -62,7 +62,7 @@ jobs:
if: env.PHABRICATOR_API != null
run: |
pip3 install phabricator==0.8.0
- python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b sagitta
+ python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b sagitta equuleus
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: