Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit f8d027e

Browse files
fix: 💚 Change the github action to ignore all forks of this template as long as the template name is the same (#16)
1 parent 20fbaab commit f8d027e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/rename_project.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
rename-project:
7-
if: ${{ github.repository != 'rochacbruno/python-project-template' }}
7+
if: ${{ !contains (github.repository, '/python-project-template') }}
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)