external url creation
This commit is contained in:
parent
724ccecad1
commit
6de40ab9db
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user