From b34ac14e266e8342784e7d565acfdcebc0b77dad Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Fri, 18 Jul 2025 12:06:35 +0000 Subject: [PATCH] use full path --- .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 ea07a90c..eb658c08 100644 --- a/.github/workflows/domain-replacer.yaml +++ b/.github/workflows/domain-replacer.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Run domain replacement - uses: ./domain-replacer + uses: hoppea2/common-github-actions/domain-replacer@main - name: Show Git Diff run: git diff --stat || true