keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Update custom actions paths after moving actions to `ci` #400

Closed michalinacienciala closed 3 years ago

michalinacienciala commented 3 years ago

We've moved custom actions used in the Keep/tBTC Continuous Integration from separate repositories to ci repository (under actions folder). We now need to update all the actions' invokations.

Note that temporarily we call the actions on the feature branch - this is only for testing purposes and will be changed to @v1 once tested.

Refs: https://github.com/keep-network/ci/pull/11 https://github.com/keep-network/keep-core/pull/2545 https://github.com/keep-network/keep-ecdsa/pull/868 https://github.com/keep-network/tbtc/pull/816 https://github.com/keep-network/tbtc.js/pull/128 https://github.com/keep-network/coverage-pools/pull/167

TODO: