File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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/copy_folder_to_another_repo_action@1.0.1
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 : blakedrumm@microsoft.com
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
You can’t perform that action at this time.
0 commit comments