From 74dcf180193da1e60df4e84b572bcb4492956f4f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 7 Oct 2024 05:34:21 -0300 Subject: [PATCH] Attempt to fix workflow syntax --- .github/workflows/dependabot-uv-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-uv-lock.yml b/.github/workflows/dependabot-uv-lock.yml index ec76f176e..e3053b4b8 100644 --- a/.github/workflows/dependabot-uv-lock.yml +++ b/.github/workflows/dependabot-uv-lock.yml @@ -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: