-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during cloning powerplatform actions internally #239
Comments
@amenaafreenn you are running our GH Actions from your own, forked repository.
Your log shows you're running the actions from a forked repo; when referencing our action from this repo (from any other repo), the log looks different:
While this technically possible to do, it is not our best practice and we cannot support our GH Actions that reside in your forked repository. Please reference our GH Actions directly from this repo, as demonstrated in the readme and the lab sample repos:
CC: @kkanakas |
Hi @davidjenni, We are using this action from enterprise GitHub and facing this issue again. #[debug]Loading env |
Please see #524 |
Hi Team,
We are facing the below issue as file not found error
org/[email protected]
Error: File not found: 'D:\actions-runner-prd_work_actions\albertsons\esgh-powerplatform\v0.7.1../dist/actions/who-am-i/index.js'
##[debug]System.IO.FileNotFoundException: File not found: 'D:\actions-runner-prd_work_actions\albertsons\esgh-powerplatform\v0.7.1../dist/actions/who-am-i/index.js'
##[debug]File name: 'D:\actions-runner-prd_work_actions\albertsons\esgh-powerplatform\v0.7.1../dist/actions/who-am-i/index.js'
##[debug] at GitHub.Runner.Sdk.ArgUtil.File(String fileName, String name)
##[debug] at GitHub.Runner.Worker.Handlers.NodeScriptActionHandler.RunAsync(ActionRunStage stage)
##[debug] at GitHub.Runner.Worker.ActionRunner.RunAsync()
##[debug] at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
##[debug]Finishing: export-solution action
Can you please help us here?
The location that it is showing is different powerplatform\v0.7.1../dist/actions/who-am-i/index.js'
We looked in the runner and we see that the file is available in the below location
powerplatform\v0.7.1\dist\actions\who-am-i\index.js'
The text was updated successfully, but these errors were encountered: