From ac146fe7cad5ab4eb5742c11290c965d2e9fd686 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 11 Feb 2024 12:21:40 +0100 Subject: [PATCH] TO-DROP: verify that my git-po-helper changes work Signed-off-by: Johannes Schindelin --- .github/workflows/l10n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 3d89758981fe46..8f933f67c90560 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -67,7 +67,7 @@ jobs: with: go-version: '>=1.16' - name: Install git-po-helper - run: go install github.com/git-l10n/git-po-helper@main + run: go install github.com/dscho/git-po-helper@l10n-github-workflow-is-owned-by-git-l10n - name: Install other dependencies run: | sudo apt-get update -q &&