summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-04-12 12:06:40 +0200
committerGitHub <noreply@github.com>2022-04-12 12:06:40 +0200
commit1632d188af584df90c099d3fe06225eade309011 (patch)
tree30904bb7b22199823384fd7a320c8f70e9135489 /.github/workflows
parentc3544536703449b54a5d2dc9ebdf37afd052bf16 (diff)
downloadvyos-documentation-1632d188af584df90c099d3fe06225eade309011.tar.gz
vyos-documentation-1632d188af584df90c099d3fe06225eade309011.zip
downgrade phabricator api sdk
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/submodules.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index 82724f03..3adcba8d 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -24,7 +24,7 @@ jobs:
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
if: env.PHABRICATOR_API != null
run: |
- pip3 install phabricator
+ pip3 install phabricator==0.8.0
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
@@ -61,7 +61,7 @@ jobs:
PHABRICATOR_API: ${{ secrets.PHABRICATOR_API }}
if: env.PHABRICATOR_API != null
run: |
- pip3 install phabricator
+ pip3 install phabricator==0.8.0
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b equuleus
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3