Open srinucsedon opened 2 months ago
Hey @srinucsedon, could you please check Actions settings for your repo. Could you please provide a debug log for failed workflow run? Could you please re run workflow today, maybe there was a incident on github side?
I tried to use the action with default steps below, however my job not even initializing if I use this action, if I comment this action, then workflow run successful.
I'm using ubuntu-latest github runner for my workflow.
steps:
Failure workflow run status: Startup failure
Workflow file:
make a note that no indentation or syntax errors. If I use curl method to extract package and install using apt is working fine. However if I use this action, I'm having issue. Thanks.