Compare commits

..

1 Commits

Author SHA1 Message Date
upm-api-ci
eb06228760 fix(UPM-12035): auto commit from poc-ml 2023-01-05 17:35:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
ref: '${{ github.head_ref }}'
- name: Checkout GitHub Action Repo
uses: actions/checkout@master
uses: actions/checkout@v3.3.0
with:
repository: EnterpriseDB/edb-github-actions.git
ref: master

View File

@@ -112,7 +112,7 @@ sudo dnf repolist</programlisting>
<para>
Install the &repmgr; version appropriate for your PostgreSQL version (e.g. <literal>repmgr14</literal>):
<programlisting>
sudo dnf install repmgr_14</programlisting>
sudo dnf install repmgr14</programlisting>
</para>
<tip>
<para>