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