-
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
install-application action fails with "File not found" error #515
Comments
@petrochuk - Can you take a look into this? |
Hmm. It's explicitly listed as a skipped task here in the gulpfile.mjs.
|
Thanks @tehcrashxor @snizar007. Interestingly, when I tried to invoke the PAC CLI directly within the Github runner rather than attempting to use this action (as an interim workaround), I am receiving 403 errors every time if the command attempts to install the application. As you see in this screenshot: But if I run the command locally it works as expected occasionally and fails with the same error sometimes. Same environment, same authentication mechanism and credentials, same version of the PAC CLI: @tehcrashxor Is this the same 403 issue you're referring to in your comment above? |
Not sure if it's the same issue as when it was first disabled, but we're looking into it.
Just to make sure we cover all the bases on difference between GH Runners and your local machine:
|
Using a normal user, I couldn't get the command to work at all with a Service Principal And so far I've only tested this on a Linux agent |
@parvezghumra - any update on this? |
@snizar007 What update were you expecting from me? @tehcrashxor mentioned above that they were still looking into this Ultimately we need the github action to be able to install applications as expected. We shouldn't need to fall back to workarounds using the PAC CLI |
The error is as follows:
This looks to caused by the fact that the 'install-application' folder is not present under /dist/actions. Running the corresponding PAC CLI command locally works as expected. So I feel this is to do with the packaging/distribution of the Github Actions.
The text was updated successfully, but these errors were encountered: