It would be awesome if `env` could be loaded from a file. Example: ``` name: Loading env vars from file on: push: branches: - develop env-file: dev.env env: other-env-var: env-var-value jobs: build: ... ```