Description
Hello all,
Can you help please? I'm completely new to GitHub and not a pro-dev.
I'm trying to follow the steps from this Microsoft Learn page where it directs me to this GitHub action file.
But I'm getting errors every time I run it. It seems like all the other GitHub actions it uses are on older versions. Below is what's currently in the file.
actions/checkout@v2
microsoft/powerplatform-actions/who-am-i@v0
microsoft/powerplatform-actions/export-solution@v0
microsoft/powerplatform-actions/unpack-solution@v0
microsoft/powerplatform-actions/branch-solution@v0
I'm getting the below error.
Current runner version: '2.323.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download immutable action package 'actions/checkout@v2'
Download action repository 'microsoft/powerplatform-actions@v0' (SHA:0c80aacb61f9bfdcb930b880febc420ec4ef2f3e)
Warning: Failed to download action 'https://api.github.com/repos/microsoft/powerplatform-actions/zipball/0c80aacb61f9bfdcb930b880febc420ec4ef2f3e'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Warning: Back off 14.946 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/microsoft/powerplatform-actions/zipball/0c80aacb61f9bfdcb930b880febc420ec4ef2f3e'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Warning: Back off 12.984 seconds before retry.
Error: Action 'https://api.github.com/repos/microsoft/powerplatform-actions/zipball/0c80aacb61f9bfdcb930b880febc420ec4ef2f3e' download has timed out. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
As I said, I'm new to this, so might be doing it all wrong, sorry. But what it feels like, is this file needs updating...
I don't really understand what the deal is here? Is this managed by Microsoft or people in the community? How do these files get updates, please? I assume I can update the versions in my file, but would prefer to just use the Microsoft ones.
Any advice would be greatly appreciated.
@davidjenni sorry to tag you in, but I see your name a lot here, so thought you might be able to shine some light.
Thanks very much, this looks really useful,
Garry