Skip to content

Commit

Permalink
Add ManagementPacks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm authored Jul 27, 2023
1 parent 31d25f3 commit 23e2b06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/copy-to-CSS-SystemCenter-OperationsManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,25 @@ jobs:
commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:'
# Destination branch to create for this commit
#destination_branch_create: # optional

- name: Push ManagementPacks directory to microsoft/CSS-SystemCenter-OperationsManager
# You may pin to the exact commit or the version.
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
uses: datalbry/[email protected]
with:
# Source folder from the origin directory
source_folder: 'ManagementPacks'
# Destination repository
destination_repo: microsoft/CSS-SystemCenter-OperationsManager
# Directory to push the folder contents to
destination_folder: 'ManagementPacks'
# Email for the git commit
user_email: [email protected]
# GitHub username for the commit
user_name: blakedrumm
# branch to push folder to, defaults to master
destination_branch: main
# The commit message
commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:'
# Destination branch to create for this commit
#destination_branch_create: # optional

0 comments on commit 23e2b06

Please sign in to comment.