diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 911314a..d3b6a8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,3 +56,9 @@ jobs: run: | ls ${{ github.workspace }} echo $GIT_SHA_SHORT + show-report-urlo: + needs: [download-artifact] + runs-on: ubuntu-latest + steps: + - name: External url creation + run: echo$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID