Skip to content

Commit 78d5d54

Browse files
authored
Change Directories
1 parent 131a252 commit 78d5d54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push-changes-to-blakedrumm-fileshare.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# SFTP password
3636
password: ${{ secrets.PASSWORD }}
3737
# Source directory to upload from (will upload all files in this directory)
38-
sourceDir: "/github/workspace/Powershell"
38+
sourceDir: "/home/runner/work/SCOM-Scripts-and-SQL/SCOM-Scripts-and-SQL/Powershell"
3939
# Remote directory to upload to (WARNING: overwrites ALL files in this directory)
4040
targetDir: "/var/www/blakedrumm_fileshare/Powershell/OperationsManager/Single Files"
4141

@@ -53,7 +53,7 @@ jobs:
5353
# SFTP password
5454
password: ${{ secrets.PASSWORD }}
5555
# Source directory to upload from (will upload all files in this directory)
56-
sourceDir: "/github/workspace/AutomatedLab"
56+
sourceDir: "/home/runner/work/SCOM-Scripts-and-SQL/SCOM-Scripts-and-SQL/AutomatedLab"
5757
# Remote directory to upload to (WARNING: overwrites ALL files in this directory)
5858
targetDir: "/var/www/blakedrumm_fileshare/Powershell/AutomatedLab/OperationsManager"
5959

@@ -72,6 +72,6 @@ jobs:
7272
# SFTP password
7373
password: ${{ secrets.PASSWORD }}
7474
# Source directory to upload from (will upload all files in this directory)
75-
sourceDir: "/github/workspace/SQL Queries"
75+
sourceDir: "/home/runner/work/SCOM-Scripts-and-SQL/SCOM-Scripts-and-SQL/SQL Queries"
7676
# Remote directory to upload to (WARNING: overwrites ALL files in this directory)
7777
targetDir: "/var/www/blakedrumm_fileshare/SQL-Queries/OperationsManager"

0 commit comments

Comments
 (0)