Attempt to fix workflow syntax

This commit is contained in:
Bruno Alla 2024-10-07 05:34:21 -03:00
parent 76ffc33ffe
commit 74dcf18019
No known key found for this signature in database

View File

@ -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: