mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-07 12:05:30 +02:00
fix(cicd): Test fix
This commit is contained in:
parent
b54a7fb593
commit
4bf646c1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
updatejob:
|
||||
if: env.RUN_UPDATERS == '1'
|
||||
if: ${{ env.RUN_UPDATERS }} == '1'
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
|
|
|||
Loading…
Reference in a new issue