Working with GitHub Actions Output Parameters
I created a GitHub custom Action that needed to pass information down to another step in the same job. I knew I could do this with environment variables, but I also knew you could create output parameters in your custom actions. It took me a bit longer than I care to admit to find exactly … [Read more…]