From fef5a8107499ece2320d19e6d7fb25a1c52bc94f Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Fri, 18 Jul 2025 11:40:18 +0000 Subject: [PATCH] update script location --- .github/workflows/domain-replacer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/domain-replacer.yaml b/.github/workflows/domain-replacer.yaml index e24e6267..9a628d94 100644 --- a/.github/workflows/domain-replacer.yaml +++ b/.github/workflows/domain-replacer.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Run domain replacement - uses: hoppea2/common-github-actions/actions/domain-replacer@main + uses: hoppea2/common-github-actions/domain-replacer@main - name: Show Git Diff run: git diff --stat || true