fix a bypass to the command injection prevention that HAL50000 found #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Dojo | |
on: push | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pwncollege/dojo-update@v1 | |
with: | |
dojo: shell-lin-do~148f65dd | |
update_code: ${{ secrets.UPDATE_CODE }} |