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:
2424 name : Copy Files to Blake Drumm - File Repository
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@master
27+ - uses : actions/checkout
2828 - name : Copy Operations Manager Powershell to Blake Drumm - File Repository
2929 # You may pin to the exact commit or the version.
3030 # uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
31- uses : AbleLincoln/push-to-sftp@v1.2
31+ uses : AbleLincoln/push-to-sftp
3232 with :
3333 # SFTP server
3434 host : ${{ secrets.HOST }}
4646 - name : Copy AutomatedLab Powershell to Blake Drumm - File Repository
4747 # You may pin to the exact commit or the version.
4848 # uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
49- uses : AbleLincoln/push-to-sftp@v1.2
49+ uses : AbleLincoln/push-to-sftp
5050 with :
5151 # SFTP server
5252 host : ${{ secrets.HOST }}
6565 - name : Copy Operations Manager SQL Queries to Blake Drumm - File Repository
6666 # You may pin to the exact commit or the version.
6767 # uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
68- uses : AbleLincoln/push-to-sftp@v1.2
68+ uses : AbleLincoln/push-to-sftp
6969 with :
7070 # SFTP server
7171 host : ${{ secrets.HOST }}
You can’t perform that action at this time.
0 commit comments