keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

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

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-dapp/pull/400 https://github.com/keep-network/tbtc.js/pull/128 https://github.com/keep-network/sortition-pools/pull/114 https://github.com/keep-network/coverage-pools/pull/167

TODO:

michalinacienciala commented 3 years ago

We won't be moving golint-action to ci repo. Closing.