OrleansContrib / OrleansTestKit

Unit Test Toolkit for Microsoft Orleans
http://dotnet.github.io/orleans
MIT License
76 stars 42 forks source link

Fix GitHub Actions warnings on custom variables #138

Closed seniorquico closed 1 year ago

seniorquico commented 1 year ago

This fixes some GitHub Actions warnings that occurred due to setting custom variables during the jobs. There is a new style based on "environment files":

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/