mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-09-01 04:15:45 +00:00
fix(cicd): Fixed bad syntax on github actions flows
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
|
||||
update-readme:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
if: ${{ vars.RUN_UPDATERS }} == '1'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user