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

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