Dylan700 / sftp-upload-action

A GitHub Action for uploading files via SFTP
GNU General Public License v3.0
24 stars 12 forks source link

README.md > Examples > duplicated mapping key #31

Open AkiKurvinen opened 1 month ago

AkiKurvinen commented 1 month ago

Error: duplicated mapping key

uses: actions/checkout@v4
uses: Dylan700/sftp-upload-action@latest

Suggestion:

- name: Checkout
  uses: actions/checkout@v4
- name: SFTP upload
  uses: Dylan700/sftp-upload-action@latest
Dylan700 commented 1 month ago

Hey @AkiKurvinen thanks for the info. Can you submit a pr for this? Happy to approve. If you can also provide a screenshot of the error message that'd be great.