GitHub Actions: DRY your GitHub Actions configuration by reusing workflows Now available in public beta, you can reuse entire workflows as if they were an action. Instead of copying and pasting workflow definitions across repositories, you can now reference an existing workflow with a single line of configuration. Reusing workflows are great for reducing configuration. Here’s a few examples: Creat

