From 48560eadedb08f2aa32c421e50265e6f4fb08a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Fri, 29 Dec 2023 17:41:01 +0100 Subject: [PATCH] Enable url completion --- .github/workflows/docker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c7ddf6065..879a4ae94 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -91,8 +91,9 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Update repo description uses: peter-evans/dockerhub-description@v3 - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: etherpad/etherpad \ No newline at end of file + repository: etherpad/etherpad + enable-url-completion: true \ No newline at end of file