Skip to content

Commit

Permalink
Merge pull request #39 from simatic-ax/auto_deploy_of_lib_workflows
Browse files Browse the repository at this point in the history
change destination path
  • Loading branch information
sjuergen authored Oct 25, 2023
2 parents f5592ce + 79d00b2 commit 914cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute_workflows_for_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
github_token: ${{ secrets.DEPLOY_KEY }}
patterns_to_include: workflows\libraries\release-library.yml, workflows\libraries\lint-repo.yml, workflows\libraries\build-library.yml
destination: .github/workflows/libraries
destination: .github/workflows
topics_to_include: test
exclude_private: true
exclude_forked: true
Expand Down

0 comments on commit 914cdc6

Please sign in to comment.