We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf646c commit 22e7d64Copy full SHA for 22e7d64
1 file changed
.github/workflows/wordlist-updater_fuzzing_etc_files.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
updatejob:
13
- if: ${{ env.RUN_UPDATERS }} == '1'
+ if: ${{ vars.RUN_UPDATERS }} == '1'
14
# The type of runner that the job will run on
15
runs-on: ubuntu-latest
16
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments