diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/submodules.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 9959825d..d2e3f99f 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -17,7 +17,7 @@ jobs: git submodule status git submodule update --init --force cd docs/_include/vyos-1x - git checkout current + git checkout sagitta git pull git submodule status - name: update releasenotes @@ -26,7 +26,7 @@ jobs: if: env.PHABRICATOR_API != null run: | pip3 install phabricator==0.8.0 - python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus + python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b circinus sagitta equuleus - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: |