mirror of https://github.com/OpenVidu/openvidu.git
ci: Printed commit url
parent
49bdfa7930
commit
d99fb47161
|
@ -28,6 +28,8 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
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
|
- name: Send repository dispatch event
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.OPENVIDU_DISPATCH_EVENT_GA }}
|
GITHUB_TOKEN: ${{ secrets.OPENVIDU_DISPATCH_EVENT_GA }}
|
||||||
|
|
Loading…
Reference in New Issue