Skip to content

Commit

Permalink
chore: auto-rename-module-<COMMIT> as generated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 8, 2024
1 parent b64081e commit a2d0823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rename-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
find . -iname '*.go' | xargs sed -i -E \
's|^((import)?\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
- name: create rename-X branch
- name: commit to "auto-rename-module-${{ matrix.source_commit }}" branch
uses: devops-infra/action-commit-push@8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
target_branch: "arr4n/rename-test"
target_branch: "auto-rename-module-${{ matrix.source_commit }}"
force: true

0 comments on commit a2d0823

Please sign in to comment.