fix rename action check
This commit is contained in:
parent
cfb9e35095
commit
ec2c2ea536
@ -6,7 +6,7 @@ permissions: write-all
|
||||
|
||||
jobs:
|
||||
rename-project:
|
||||
if: ${{ !equals (GITHUB_REPOSITORY, 'Templates/Python') }}
|
||||
if: ${{ !endsWith (github.repository, 'Templates/Python') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user