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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
I didn't dig into the details, but I had a file named lists.sh-thoughts.txt that I commited to my repo and pushed to GitHub. This action ran, but it didn't publish this file. I noticed the logs that this file was not listed as any of the ones that were transferred. All the other ones were.
Maybe there is something about the dot in the filename that is messing up the wildcard?
It worked fine when I did scp *.txt lists.sh.
The text was updated successfully, but these errors were encountered:
Your hunch is probably correct, I didn't spend much time on validation / sanitization so there's probably an error there. My guess this has more to do with lists.sh than the github action, but I'll try to confirm.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I didn't dig into the details, but I had a file named
lists.sh-thoughts.txt
that I commited to my repo and pushed to GitHub. This action ran, but it didn't publish this file. I noticed the logs that this file was not listed as any of the ones that were transferred. All the other ones were.Maybe there is something about the dot in the filename that is messing up the wildcard?
It worked fine when I did
scp *.txt lists.sh
.The text was updated successfully, but these errors were encountered: