fix: correct repository name in workflow condition
This commit is contained in:
parent
a7a4c3457c
commit
6269bc253a
2
.github/workflows/update-github-versions.yml
generated
vendored
2
.github/workflows/update-github-versions.yml
generated
vendored
@ -15,7 +15,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-github-versions:
|
update-github-versions:
|
||||||
if: github.repository == 'community-scripts/ProxmoxVE'
|
if: github.repository == 'community-scripts/ProxmoxVED'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user