File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
name : Copy Files to Blake Drumm - File Repository
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@master
27
+ - uses : actions/checkout
28
28
- name : Copy Operations Manager Powershell to Blake Drumm - File Repository
29
29
# You may pin to the exact commit or the version.
30
30
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
31
- uses : AbleLincoln/push-to-sftp@v1.2
31
+ uses : AbleLincoln/push-to-sftp
32
32
with :
33
33
# SFTP server
34
34
host : ${{ secrets.HOST }}
46
46
- name : Copy AutomatedLab Powershell to Blake Drumm - File Repository
47
47
# You may pin to the exact commit or the version.
48
48
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
49
- uses : AbleLincoln/push-to-sftp@v1.2
49
+ uses : AbleLincoln/push-to-sftp
50
50
with :
51
51
# SFTP server
52
52
host : ${{ secrets.HOST }}
65
65
- name : Copy Operations Manager SQL Queries to Blake Drumm - File Repository
66
66
# You may pin to the exact commit or the version.
67
67
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
68
- uses : AbleLincoln/push-to-sftp@v1.2
68
+ uses : AbleLincoln/push-to-sftp
69
69
with :
70
70
# SFTP server
71
71
host : ${{ secrets.HOST }}
You can’t perform that action at this time.
0 commit comments