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 0008c43 commit b64081eCopy full SHA for b64081e
.github/workflows/rename-module.yml
@@ -26,10 +26,11 @@ jobs:
26
run: |
27
go mod edit -module github.com/ava-labs/go-ethereum;
28
find . -iname '*.go' | xargs sed -i -E \
29
- 's|^((import?)\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
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
target_branch: "arr4n/rename-test"
36
+ force: true
0 commit comments