mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
Attempt to fix workflow syntax
This commit is contained in:
parent
76ffc33ffe
commit
74dcf18019
2
.github/workflows/dependabot-uv-lock.yml
vendored
2
.github/workflows/dependabot-uv-lock.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
# Only run when GH_PAT is set
|
||||
if: ${{ env.GH_PAT != '' }}
|
||||
if: ${{ github.env.GH_PAT != '' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user