Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout is Unexpected input? #316

Closed
rockbenben opened this issue Aug 29, 2022 · 1 comment · Fixed by #317
Closed

timeout is Unexpected input? #316

rockbenben opened this issue Aug 29, 2022 · 1 comment · Fixed by #317

Comments

@rockbenben
Copy link

rockbenben commented Aug 29, 2022

Bug Description
I set timeout, but it shows Unexpected input(s) 'timeout'

My Action Config

      - name: 📂 Sync files
        uses: SamKirkland/FTP-Deploy-Action@4.3.1
        with:
          local-dir: docs/.vuepress/dist/
          server: ${{ secrets.ftp_host }}
          username: ${{ secrets.ftp_username }}
          password: ${{ secrets.ftp_password }}
          port: ${{ secrets.ftp_port }}
          timeout: 600000

My Action Log

Warning: Unexpected input(s) 'timeout', valid inputs are ['server', 'username', 'password', 'port', 'protocol', 'local-dir', 'server-dir', 'state-name', 'dry-run', 'dangerous-clean-slate', 'exclude', 'log-level', 'security']
Run SamKirkland/FTP-Deploy-Action@4.3.1
@Marvimoto
Copy link
Contributor

It seems that the input was not added to the action.yaml with the 4.3.1 release. I've done that in #317 so if @SamKirkland you could take a look and approve it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants