Skip to content

Commit cfce92c

Browse files
authored
Update rename.yml
1 parent d73841c commit cfce92c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/rename.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- name: Apply Rename
22+
- name: Apply Rename for Project Name
2323
uses: kota65535/github-template-rename-action@v1
2424
with:
2525
from-name: project-name
@@ -29,6 +29,17 @@ jobs:
2929
paths-ignore: |
3030
.github/**
3131
32+
- name: Apply Rename for Project Owner
33+
uses: kota65535/github-template-rename-action@v1
34+
with:
35+
from-name: project-owner
36+
to-name: ${{ github.repository_owner }}
37+
pr-title: "Rename from Template"
38+
commit-message: "Replaced instances of project-owner with repository owner"
39+
github-token: ${{ secrets.GITHUB_TOKEN }}
40+
paths-ignore: |
41+
.github/**
42+
3243
- name: Delete Workflow File
3344
run: |
3445
git rm -f .github/workflows/rename.yml

0 commit comments

Comments
 (0)