We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73841c commit cfce92cCopy full SHA for cfce92c
1 file changed
.github/workflows/rename.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
persist-credentials: false
21
22
- - name: Apply Rename
+ - name: Apply Rename for Project Name
23
uses: kota65535/github-template-rename-action@v1
24
25
from-name: project-name
@@ -29,6 +29,17 @@ jobs:
29
paths-ignore: |
30
.github/**
31
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
+
43
- name: Delete Workflow File
44
run: |
45
git rm -f .github/workflows/rename.yml
0 commit comments