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