Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoza authored Sep 27, 2024
1 parent 42bdac1 commit 0898002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action performs a simple single file transfer using FTP.
Basic usage with a single file (renamed on remote):
```yml
- name: Upload bundle
uses: bayssmekanique/action-simple-file-upload@v2
uses: nerdoza/action-simple-file-upload@v2
with:
user: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
Expand All @@ -18,7 +18,7 @@ Basic usage with a single file (renamed on remote):
Dynamic pattern usage on a directory:
```yml
- name: Upload bundle
uses: bayssmekanique/action-simple-file-upload@v2
uses: nerdoza/action-simple-file-upload@v2
with:
user: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
Expand Down Expand Up @@ -62,4 +62,4 @@ Dynamic pattern usage on a directory:
**Optional** Enable verbose logging. (Default: `false`)

## Copyright and License
© 2022 Zachary Cardoza under the [MIT license](LICENSE.md).
© 2024 Zachary Cardoza under the [MIT license](LICENSE.md).

0 comments on commit 0898002

Please sign in to comment.