Skip to content

Commit

Permalink
build: fix git-auto-commit
Browse files Browse the repository at this point in the history
because upstream bug should be fixed:
stefanzweifel/git-auto-commit-action#239
  • Loading branch information
alexgarel committed Oct 9, 2022
1 parent aa999d5 commit b0433c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 363 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nbconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ name: "Convert notebooks to markdown"
on:
pull_request:
paths:
"**/*.ipynb"
- "**/*.ipynb"
- ".github/workflow/nbconvert.yml"

jobs:
nbconvert_to_md:
Expand All @@ -28,9 +29,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4.14.1
with:
commit_message: "chore: converts notebooks to markdown"
# file_pattern does not conserve single quotes
# so recursive '*.md' does not work…
file_pattern: "*.md experiments/*.md"
file_pattern: "'**.md'"
commit_user_name: "nbconvert bot"
commit_user_email: "alex@openfoodfacts.org"
commit_author: "Alex Garel <alex@openfoodfacts.org>"
commit_author: "Alex Garel <alex@openfoodfacts.org>"
358 changes: 0 additions & 358 deletions experiments/Train.md

This file was deleted.

0 comments on commit b0433c4

Please sign in to comment.