@@ -4,11 +4,11 @@ name: Copy Files to microsoft/CSS-SystemCenter-OperationsManager
44
55# Controls when the workflow will run
66on :
7- # Triggers the workflow on push or pull request events but only for the " master" branch
7+ # Triggers the workflow on push or pull request events but only for the master branch
88 push :
9- branches : [ " master" ]
10- pull_request :
11- branches : [ " master" ]
9+ branches : [ master ]
10+ # pull_request:
11+ # branches: [ master ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
@@ -25,12 +25,12 @@ jobs:
2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28- - uses : actions/checkout
28+ - uses : actions/checkout@main
2929
3030 - name : Push Powershell directory to microsoft/CSS-SystemCenter-OperationsManager
3131 # You may pin to the exact commit or the version.
3232 # uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
33- uses : datalbry/copy_folder_to_another_repo_action
33+ uses : datalbry/copy_folder_to_another_repo_action@master
3434 with :
3535 # Source folder from the origin directory
3636 source_folder : Powershell
5252 - name : Push SQL directory to microsoft/CSS-SystemCenter-OperationsManager
5353 # You may pin to the exact commit or the version.
5454 # uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
55- uses : datalbry/copy_folder_to_another_repo_action
55+ uses : datalbry/copy_folder_to_another_repo_action@master
5656 with :
5757 # Source folder from the origin directory
5858 source_folder : ' SQL Queries'
7474 - name : Push ManagementPacks directory to microsoft/CSS-SystemCenter-OperationsManager
7575 # You may pin to the exact commit or the version.
7676 # uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
77- uses : datalbry/copy_folder_to_another_repo_action
77+ uses : datalbry/copy_folder_to_another_repo_action@master
7878 with :
7979 # Source folder from the origin directory
8080 source_folder : ' ManagementPacks'
0 commit comments