Skip to content

Commit b0fbeee

Browse files
committed
Correction de l'indentation dans le workflow GitHub Actions pour le script de scraping
1 parent ec1e63c commit b0fbeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scrape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
git commit -m "Add scrape results [skip ci]"
3636
git push origin HEAD:${{ github.ref }}
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)