Skip to content

Commit

Permalink
add input paramter for filter again
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 28, 2025
1 parent 734a37d commit 25e8e67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate-manuall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
jobs:
manually-renovate-call:
uses: simatic-ax/renovate-config/.github/workflows/reusable-renovate-workflow.yml@feat/different_renovate_trigger
# with:
# renovate_reposetory_filter: "simatic-ax/ae-hw-engineering" #"simatic-ax/*"
with:
renovate_reposetory_filter: "simatic-ax/ae-hw-engineering" #"simatic-ax/*"
12 changes: 6 additions & 6 deletions .github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: reusable-renovate-workflow

on:
workflow_call:
# inputs:
# renovate_reposetory_filter:
# description:
# "This fills the setting autodiscoverFilter of renovate. The name of the reprosetory from which the job was called should be written here, according to the scheme 'simatic-ax/reprosetory_name'"
# required: true
# type: string
inputs:
renovate_reposetory_filter:
description:
"This fills the setting autodiscoverFilter of renovate. The name of the reprosetory from which the job was called should be written here, according to the scheme 'simatic-ax/reprosetory_name'"
required: true
type: string

jobs:
renovate:
Expand Down

0 comments on commit 25e8e67

Please sign in to comment.