Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 9, 2024
1 parent 83a578e commit 143202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Process move
run: |
pip install urllib --break-system-packages
pip install urllib3 --break-system-packages
move=$(echo ${{ github.event.issue.title }} | sed 's/move //')
python tic_tac_toe.py $move
Expand Down

0 comments on commit 143202e

Please sign in to comment.