From 01270d4ecddf54e5f1ade951b7aaabb9e33b09ce Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Thu, 17 Jul 2025 19:42:43 +0000 Subject: [PATCH 1/2] initial commit --- .github/workflows/domain-replacer.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/workflows/domain-replacer.yaml diff --git a/.github/workflows/domain-replacer.yaml b/.github/workflows/domain-replacer.yaml new file mode 100644 index 000000000..e69de29bb From 41bccbdb3b2cd6b9757202b3cbcec76296c0c4f4 Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Thu, 17 Jul 2025 19:46:02 +0000 Subject: [PATCH 2/2] initial commit --- .github/workflows/domain-replacer.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/domain-replacer.yaml b/.github/workflows/domain-replacer.yaml index e69de29bb..49bab757f 100644 --- a/.github/workflows/domain-replacer.yaml +++ b/.github/workflows/domain-replacer.yaml @@ -0,0 +1,20 @@ +# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 + +# Reusable workflow to update the GitHub domains from external to internal +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: +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