Skip to content

Commit

Permalink
Update run_lichess.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJeFi committed Feb 20, 2024
1 parent 55de381 commit a940894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_lichess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
jobs:
example-job:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./scripts
#defaults:
# run:
# working-directory: ./scripts
steps:
#- name: Make the script files executable
# run: chmod +x ./lichess/script.sh
- name: Make the script files executable
run: chmod +x ./lichess/script.sh
- name: Run the scripts
run: |
cd lichess
Expand Down

0 comments on commit a940894

Please sign in to comment.