Closed uurha closed 1 year ago
Hi.
The reason that this is broken is because we're no longer using bash to copy files, and instead are using Node.js for the implementation. This action didn't officially support bash expressions in the folder name and you were relying on an implementation detail unfortunately.
Getting the repository name from the event context will probably work instead:
FOLDER: Assets/Plugins/${{ github.event.repository.name }}
ah, may be I miss last release notes, thanks for explaining. I'll try in few hours and come back with results)
Yes, It's works, thanks) Could please you include info that Bash not officially supported into documentation?
After last update I start receiving error what never happens before. Before same setup was fully working.
Can you suggest possible ways to fix it or may be some API changed.