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
@isaiahdaviscom maybe you fixed it by now, but there is a typo in your file name. I also encountered the same issue, the correct file name is appsscript.json with a double s as the error says.
I am passing
GitHub Secrets
as arguments for all the required fields of thisAction
.The
Action
runs on changes to themain
branch.The
main
branch structure has theAction
main.yml file under/.github/workflows
.When the main.yml file is executed the following error occurs at runtime:
ENOENT: no such file or directory, open '/appsscript.json'
The
/appscript.json
file is located at the root directory.I attempted to replace the
GitHub Secret
for the objectrootDir
to a string literal, but with no resolve.The text was updated successfully, but these errors were encountered: