We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3015e74 commit 6be7303Copy full SHA for 6be7303
.github/workflows/rename-module.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
go mod edit -module github.com/ava-labs/go-ethereum;
28
find . -iname '*.go' | xargs sed -i -E \
29
- 's|^(\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
+ 's|^((import?)\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
30
31
- name: create rename-X branch
32
uses: devops-infra/action-commit-push@8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7
0 commit comments