Skip to content

Update responses folder #70

Update responses folder

Update responses folder #70

Workflow file for this run

name: Update responses folder
on:
workflow_dispatch:
jobs:
bruteforce:
strategy:
fail-fast: false
matrix:
client: [3]
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: 'main'
- name: install torsocks
run: sudo apt install torsocks
- name: Update responses folder
run: torsocks --debug python innerbrute.py ${{ matrix.client }}
- uses: EndBug/add-and-commit@v9
with:
message: 'Add clients for ${{ matrix.client }}'
pull: '--rebase --autostash'