Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/domain-replacer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ name: domain-replacer

on:
workflow_call:
inputs:
replacement_domain:
required: true
type: string

jobs:

jobs:
replacedomain:
name: Scan for external GitHub domain URLs
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion domain-replacer/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ runs:
chmod +x ${{ github.action_path }}/replace.sh
${{ github.action_path }}/replace.sh "${{ inputs.file-glob }}"
env:
REPLACEMENT_DOMAIN: ${{ secrets.INTERNALDOMAIN }}
REPLACEMENT_DOMAIN: ${{ inputs.replacement-domain }}