From 0bde7eb79aa6124253582df33b1a983083f413b9 Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Fri, 18 Jul 2025 11:50:29 +0000 Subject: [PATCH] small changes --- .github/workflows/domain-replacer.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/domain-replacer.yaml b/.github/workflows/domain-replacer.yaml index 49bab757..67b47b28 100644 --- a/.github/workflows/domain-replacer.yaml +++ b/.github/workflows/domain-replacer.yaml @@ -11,10 +11,9 @@ name: Domain Replacer # yamllint sees the below line as a true or false value instead of an 'on' trigger on: # yamllint disable-line rule:truthy - workflow_call: + workflow_dispatch: jobs: # go version update domain-update: uses: hoppea2/common-github-actions/.github/workflows/domain-replacer.yaml@main - name: Update GitHub Domains - secrets: inherit \ No newline at end of file + name: Update GitHub Domains \ No newline at end of file