ci: Printed commit url

pull/780/head
Carlos Santos 2023-02-27 17:49:00 +01:00
parent 49bdfa7930
commit d99fb47161
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Commit URL
run: echo https://github.com/OpenVidu/openvidu/commit/${{ github.event.inputs.commit_sha || github.sha }}
- name: Send repository dispatch event
env:
GITHUB_TOKEN: ${{ secrets.OPENVIDU_DISPATCH_EVENT_GA }}