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 caed847 commit 6705e33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-changes-to-blakedrumm-fileshare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
name: Copy Files to Blake Drumm - File Repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout
- name: Copy Operations Manager Powershell to Blake Drumm - File Repository
# You may pin to the exact commit or the version.
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
uses: AbleLincoln/push-to-sftp@v1.2
uses: AbleLincoln/push-to-sftp
with:
# SFTP server
host: ${{ secrets.HOST }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Copy AutomatedLab Powershell to Blake Drumm - File Repository
# You may pin to the exact commit or the version.
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
uses: AbleLincoln/push-to-sftp@v1.2
uses: AbleLincoln/push-to-sftp
with:
# SFTP server
host: ${{ secrets.HOST }}
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Copy Operations Manager SQL Queries to Blake Drumm - File Repository
# You may pin to the exact commit or the version.
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
uses: AbleLincoln/push-to-sftp@v1.2
uses: AbleLincoln/push-to-sftp
with:
# SFTP server
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit 6705e33

Please # to comment.