-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31d25f3
commit 23e2b06
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |