@@ -25,12 +25,12 @@ jobs:
25
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
26
steps :
27
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout
29
29
30
30
- name : Push Powershell directory to microsoft/CSS-SystemCenter-OperationsManager
31
31
# You may pin to the exact commit or the version.
32
32
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
33
- uses : datalbry/copy_folder_to_another_repo_action@1.0.1
33
+ uses : datalbry/copy_folder_to_another_repo_action
34
34
with :
35
35
# Source folder from the origin directory
36
36
source_folder : Powershell
52
52
- name : Push SQL directory to microsoft/CSS-SystemCenter-OperationsManager
53
53
# You may pin to the exact commit or the version.
54
54
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
55
- uses : datalbry/copy_folder_to_another_repo_action@1.0.1
55
+ uses : datalbry/copy_folder_to_another_repo_action
56
56
with :
57
57
# Source folder from the origin directory
58
58
source_folder : ' SQL Queries'
74
74
- name : Push ManagementPacks directory to microsoft/CSS-SystemCenter-OperationsManager
75
75
# You may pin to the exact commit or the version.
76
76
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
77
- uses : datalbry/copy_folder_to_another_repo_action@1.0.1
77
+ uses : datalbry/copy_folder_to_another_repo_action
78
78
with :
79
79
# Source folder from the origin directory
80
80
source_folder : ' ManagementPacks'
0 commit comments