You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm having an issue where I want to upload a file which uses a variable for it's name and sftp throws an error: No such file or directory
e.g. filename - test-${var}.zip
Before I run the action I ran ls command and the file is there with the correct variable in the name, but when sftp action runs it doesn't find it.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
I'm having an issue where I want to upload a file which uses a variable for it's name and sftp throws an error:
No such file or directory
e.g. filename - test-${var}.zip
Before I run the action I ran
ls
command and the file is there with the correct variable in the name, but when sftp action runs it doesn't find it.Cheers!
The text was updated successfully, but these errors were encountered: