diff options
author | Robert Göhler <github@ghlr.de> | 2024-01-15 21:47:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 21:47:45 +0100 |
commit | bf6719a30fcfb8088473a01aa0bc967930b05750 (patch) | |
tree | dc7c7d7fe96f128800456dbd9f3594d604108cad /.github | |
parent | 207cc63f5b127bebb9ef5026129c126660272a3e (diff) | |
download | vyos-documentation-bf6719a30fcfb8088473a01aa0bc967930b05750.tar.gz vyos-documentation-bf6719a30fcfb8088473a01aa0bc967930b05750.zip |
github: pull also 1.3 changelog in sagitta workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/submodules.yml | 2 |
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: |