Skip to content

Commit

Permalink
use action instead of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 27, 2025
1 parent f77f179 commit 032c5cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: reusable-renovate-workflow
description:
inputs:
renovate_reposetory_filter:
required: true
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'"

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

jobs:
renovate:
runs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-manuall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
manually-renovate-call:
uses: simatic-ax/renovate-config/.github/workflows/reusable-renovate-workflow.yml@feat/different_renovate_trigger
uses: simatic-ax/renovate-config/.github/renovate-main-action.yml@feat/different_renovate_trigger
with:
renovate_reposetory_filter: "simatic-ax/ae-hw-engineering" #"simatic-ax/*"

0 comments on commit 032c5cf

Please sign in to comment.