mirror of https://github.com/OpenVidu/openvidu.git
fix: missed to replace safe-chain with internal action
parent
a290f11984
commit
9b850756dd
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
|
||||||
- name: Commit URL
|
- name: Commit URL
|
||||||
run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }}
|
run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }}
|
||||||
- name: Send Dispatch Event
|
- name: Send Dispatch Event
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue