Skip to content

Commit

Permalink
Merge pull request #38 from simatic-ax/auto_deploy_of_lib_workflows
Browse files Browse the repository at this point in the history
Auto deploy of lib workflows
  • Loading branch information
sjuergen authored Oct 25, 2023
2 parents ab626b7 + c33ee9e commit f5592ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute_workflows_for_libraries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Global workflow to distribute all
name: Global workflow to distribute all workflow files for libraries

on:
workflow_dispatch: {} #to enable manual triggering of the action
Expand All @@ -15,7 +15,7 @@ jobs:
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.DEPLOY_KEY }}
patterns_to_include: 'workflows/libraries'
patterns_to_include: workflows\libraries\release-library.yml, workflows\libraries\lint-repo.yml, workflows\libraries\build-library.yml
destination: .github/workflows/libraries
topics_to_include: test
exclude_private: true
Expand Down

0 comments on commit f5592ce

Please sign in to comment.