From 93235e8f1d19b4b442866144903d5adff1926b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Wed, 25 Oct 2023 22:06:37 +0200 Subject: [PATCH] update workflows --- .github/workflows/distribute_base_files.yml | 4 +--- .../workflows/distribute_workflows_for_libraries.yml | 11 ++++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/distribute_base_files.yml b/.github/workflows/distribute_base_files.yml index b220b7f..4e4b8e2 100644 --- a/.github/workflows/distribute_base_files.yml +++ b/.github/workflows/distribute_base_files.yml @@ -1,8 +1,6 @@ name: Global workflow to rule them all on: - # push: - # branches: [ master ] #or main workflow_dispatch: {} #to enable manual triggering of the action jobs: @@ -21,5 +19,5 @@ jobs: exclude_private: false exclude_forked: true branches: main - committer_username: sjuergen + committer_username: simatic-ax-bot commit_message: "ci: update license" diff --git a/.github/workflows/distribute_workflows_for_libraries.yml b/.github/workflows/distribute_workflows_for_libraries.yml index 17e442d..6243133 100644 --- a/.github/workflows/distribute_workflows_for_libraries.yml +++ b/.github/workflows/distribute_workflows_for_libraries.yml @@ -1,4 +1,4 @@ -name: Global workflow to distribute all workflows for libraries" +name: Global workflow to distribute all on: workflow_dispatch: {} #to enable manual triggering of the action @@ -15,10 +15,11 @@ jobs: uses: derberg/manage-files-in-multiple-repositories@v2 with: github_token: ${{ secrets.DEPLOY_KEY }} - patterns_to_include: 'LICENSE.md' - repos_to_ignore: json + patterns_to_include: 'workflows/libraries' + destination: .github/workflows/libraries + topics_to_include: test exclude_private: true exclude_forked: true branches: main - committer_username: sjuergen - commit_message: "ci: update license" \ No newline at end of file + committer_username: simatic-ax-bot + commit_message: "ci: distribute workflows for libraries"