Error: no matching workflow run found
See original GitHub issueI guess I’m missing something basic, but I couldn’t not find it… I’m trying the most basic configuration. Yes, I provided “github_token:” from github secrets. `Run dawidd6/action-download-artifact@v2 ==> Workflow: myflow.yml ==> Repo: myorg/myrepo ==> Conclusion: completed
Error: no matching workflow run found`
My flow runs about 1.5-3 minutes, so I think it interacts with Github. Is there a way to add a debug output?
TIA, Vitaly
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Add config to allow 'no matching workflow run found' #119
The first time a workflow runs with this action, ...
Read more >GitHub Action workflow not running - Stack Overflow
Whenever you add a new workflow, sometimes it may happen that workflow may not get into the running phase even after everything is...
Read more >Error: No matching workflow instance ids found in the Nintex ...
The error occurs when the nwadmin PurgewWorkflowData command was run before the nwadmin PurgeHistoryListData; the PurgeHistoryListData command ...
Read more >Workflows - AWS Glue
Indicates the count of job runs in the ERROR state in the workflow run. WaitingActions – Number (integer). Indicates the count of job...
Read more >Common error messages in SharePoint workflow development
The workflow operation failed because the workflow lookup found no matching item. This indicates there is an error in the workflow logic. Check ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mhm, the true/false handling was a bit messed up in older versions of GH Actions toolkit. It was fixed recently but I had no time nor pressure to update the code.
Going to for example: https://github.com/dawidd6/action-download-artifact/actions/runs/$RUN_ID will get you the overview of the workflow run that uploaded the artifact.
Dawid, it works now! First of all, many thanks for your plugin and prompt support! Two points:
==> RunID: 1944802043 ==> Artifact: 179509382
and I’m not sure how to understand these details. I guess that RunID is the internal Github run id, and I see no easy way to link it to the workflow run number or commit hash.
Thank you again, Vitaly
On Tue, Mar 8, 2022 at 9:07 AM Dawid Dziurla @.***> wrote: