Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions/pr-deployment: Fix deployment URL
The URL was `http://open-education-hub.github.io/...`. This was incorrect for forked repos as it referred to the original owner: OEH. In addition, it was using the `http` scheme instead of `https`. This was less of an issue because the `http` endpoint redirects to `https`. This commit fixes both of the aforementioned problems by dynamically obtaining the owner uwing `${{ github.repository_owner }}` and by using `https` instead of `http`. Signed-off-by: Teodor Dutu <[email protected]>
- Loading branch information