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
I am getting this error when trying to run the lua install:
Current runner version: '2.263.0' Operating System Virtual Environment Prepare workflow directory Prepare all required actions Download action repository 'actions/checkout@master' Download action repository 'xpol/setup-lua@v1' ##[error]An action could not be found at the URI 'https://api.github.com/repos/xpol/setup-lua/zipball/v1'
I am getting this error when trying to run the lua install:
Current runner version: '2.263.0' Operating System Virtual Environment Prepare workflow directory Prepare all required actions Download action repository 'actions/checkout@master' Download action repository 'xpol/setup-lua@v1' ##[error]An action could not be found at the URI 'https://api.github.com/repos/xpol/setup-lua/zipball/v1'
The link (https://api.github.com/repos/xpol/setup-lua/zipball/v1) is returning a 404 error of not found.
I have this in my yml file:
- uses: xpol/setup-lua@v1 with: lua-version: "5.1.5"
The text was updated successfully, but these errors were encountered: