Skip to content

Commit

Permalink
Adjust log URL in service endpoints report
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 11, 2022
1 parent 0a6013b commit 87657b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdmx/testing/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
package includes built-in support for the following known SDMX REST web services.
</p>
<p>Notes:</p>
{% set run_url=env["GITHUB_REPOSITORY"] + "/runs/" + env["GITHUB_RUN_ID"] %}
{% set run_url=env["GITHUB_REPOSITORY"] + "/actions/runs/" + env["GITHUB_RUN_ID"] %}
<ol>
<li>
Services where only the <code>data</code> endpoint is tested are those supporting
Expand All @@ -54,7 +54,7 @@
</li>
<li>
If this run was triggered on GitHub Actions, a complete log may be <a
href="https://github.com/{{ run_url}}">here</a>.
href="https://github.com/{{ run_url }}">here</a>; under “Jobs”, select “services”.
</li>
</ol>
<table>
Expand Down

0 comments on commit 87657b2

Please sign in to comment.