Skip to content

Commit 924c07d

Browse files
Update 🆕
1 parent cd8253f commit 924c07d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Copy Powershell to microsoft/CSS-SystemCenter-OperationsManager
44

55
# Controls when the workflow will run
66
on:
@@ -25,15 +25,15 @@ jobs:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v3
2727

28-
- name: Push a directory to another repository
28+
- name: Push Powershell directory to microsoft/CSS-SystemCenter-OperationsManager
2929
# You may pin to the exact commit or the version.
3030
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
3131
uses: datalbry/copy_folder_to_another_repo_action@1.0.1
3232
with:
3333
# Source folder from the origin directory
3434
source_folder: Powershell
3535
# Destination repository
36-
destination_repo: CSS-SystemCenter-OperationsManager
36+
destination_repo: microsoft/CSS-SystemCenter-OperationsManager
3737
# Directory to push the folder contents to
3838
destination_folder: Powershell
3939
# Email for the git commit

0 commit comments

Comments
 (0)