This action uses the exportVariable function from @actions/core. Under the hood, this function called the now deprecated set-env command which as of today caused actions to start failing (GitHub announcement here).
This action uses the exportVariable function from @actions/core. Under the hood, this function called the now deprecated set-env command which as of today caused actions to start failing (GitHub announcement here).