|
1 | 1 | # This is a basic workflow to help you get started with Actions |
2 | 2 |
|
3 | | -name: Copy Powershell to microsoft/CSS-SystemCenter-OperationsManager |
| 3 | +name: Copy Files to microsoft/CSS-SystemCenter-OperationsManager |
4 | 4 |
|
5 | 5 | # Controls when the workflow will run |
6 | 6 | on: |
|
48 | 48 | commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:' |
49 | 49 | # Destination branch to create for this commit |
50 | 50 | #destination_branch_create: # optional |
| 51 | + |
| 52 | + - name: Push SQL directory to microsoft/CSS-SystemCenter-OperationsManager |
| 53 | + # You may pin to the exact commit or the version. |
| 54 | + # uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401 |
| 55 | + uses: datalbry/copy_folder_to_another_repo_action@1.0.1 |
| 56 | + with: |
| 57 | + # Source folder from the origin directory |
| 58 | + source_folder: 'SQL Queries' |
| 59 | + # Destination repository |
| 60 | + destination_repo: microsoft/CSS-SystemCenter-OperationsManager |
| 61 | + # Directory to push the folder contents to |
| 62 | + destination_folder: 'SQL Queries' |
| 63 | + # Email for the git commit |
| 64 | + user_email: blakedrumm@microsoft.com |
| 65 | + # GitHub username for the commit |
| 66 | + user_name: blakedrumm |
| 67 | + # branch to push folder to, defaults to master |
| 68 | + destination_branch: main |
| 69 | + # The commit message |
| 70 | + commit_msg: 'Synchronized with `SCOM-Scripts-and-SQL` :fireworks: :star2:' |
| 71 | + # Destination branch to create for this commit |
| 72 | + #destination_branch_create: # optional |
0 commit comments