Stig Otnes Kolstad 2b166600e7
fix: use @actions/core.exportVariable instead of set-env (#18)
`set-env` is now deprecated. `@actions/core` exposes `exportVariable`
to be used instead.

https://github.com/actions/toolkit/tree/main/packages/core#exporting-variables
2020-10-08 13:43:24 +05:30
..