fix(cicd): Fixed bad syntax on github actions flows

This commit is contained in:
ItsIgnacioPortal
2026-04-13 22:36:49 -03:00
parent 22e7d64e16
commit 3efa650de1
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@ on:
jobs:
update-files:
if: env.RUN_UPDATERS == '1'
if: ${{ vars.RUN_UPDATERS }} == '1'
permissions:
contents: write
runs-on: ubuntu-latest