Skip to content

Commit

Permalink
Update to use latest version 🙈 🙉 🙊
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm authored May 25, 2024
1 parent 59e4979 commit caed847
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout

- name: Push Powershell 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/copy_folder_to_another_repo_action@1.0.1
uses: datalbry/copy_folder_to_another_repo_action
with:
# Source folder from the origin directory
source_folder: Powershell
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Push SQL 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/copy_folder_to_another_repo_action@1.0.1
uses: datalbry/copy_folder_to_another_repo_action
with:
# Source folder from the origin directory
source_folder: 'SQL Queries'
Expand All @@ -74,7 +74,7 @@ jobs:
- 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/copy_folder_to_another_repo_action@1.0.1
uses: datalbry/copy_folder_to_another_repo_action
with:
# Source folder from the origin directory
source_folder: 'ManagementPacks'
Expand Down

0 comments on commit caed847

Please sign in to comment.