Skip to content

Commit

Permalink
fix: SamKirkland/FTP-Deploy-Action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BdsOliveira committed Feb 20, 2024
1 parent 8b298ed commit b88ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Deploy
run: echo "Deploying to develop environment"

- name: Deploy ${{ vars.SERVER_DIR }}
uses: SamKirkland/FTP-Deploy-Action@master
- name: Deploy to ${{ vars.SERVER_DIR }}
uses: SamKirkland/FTP-Deploy-Action@4.3.4
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USER }}
Expand Down

0 comments on commit b88ebc5

Please sign in to comment.