Skip to content

Commit

Permalink
fix: regex ? placement + force-push generated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 8, 2024
1 parent 0008c43 commit b64081e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rename-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
run: |
go mod edit -module github.com/ava-labs/go-ethereum;
find . -iname '*.go' | xargs sed -i -E \
's|^((import?)\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
's|^((import)?\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
- name: create rename-X branch
uses: devops-infra/action-commit-push@8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
target_branch: "arr4n/rename-test"
force: true

0 comments on commit b64081e

Please sign in to comment.