diff options
-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: |