Configure Outputs in a Custom Github Action to Use Resulting Data in Other Actions

Share this video with your friends

Send Tweet

In this lesson, we'll walk through configuring a custom Github Action to provide an output value when the action completes. We'll configure the output in our actions.yml and use the setOutput method from the Github Actions Toolkit core package that will allow us to log that value out in the following step.