Skip to content

Commit 23e2b06

Browse files
authored
Add ManagementPacks folder
1 parent 31d25f3 commit 23e2b06

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/copy-to-CSS-SystemCenter-OperationsManager.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,25 @@ jobs:
7070
commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:'
7171
# Destination branch to create for this commit
7272
#destination_branch_create: # optional
73+
74+
- name: Push ManagementPacks directory to microsoft/CSS-SystemCenter-OperationsManager
75+
# You may pin to the exact commit or the version.
76+
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
77+
uses: datalbry/[email protected]
78+
with:
79+
# Source folder from the origin directory
80+
source_folder: 'ManagementPacks'
81+
# Destination repository
82+
destination_repo: microsoft/CSS-SystemCenter-OperationsManager
83+
# Directory to push the folder contents to
84+
destination_folder: 'ManagementPacks'
85+
# Email for the git commit
86+
user_email: [email protected]
87+
# GitHub username for the commit
88+
user_name: blakedrumm
89+
# branch to push folder to, defaults to master
90+
destination_branch: main
91+
# The commit message
92+
commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:'
93+
# Destination branch to create for this commit
94+
#destination_branch_create: # optional

0 commit comments

Comments
 (0)