actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

Read the server url from the environment variable. #1735

Closed kommendorkapten closed 6 months ago

kommendorkapten commented 6 months ago

Instead of having the urls hardcoded, read them from the environment. I opted to read from the environment variable instead of the github context because it would be easier to test.