diff --git a/.github/workflows/nbconvert.yml b/.github/workflows/nbconvert.yml index 12dea87..9257b89 100644 --- a/.github/workflows/nbconvert.yml +++ b/.github/workflows/nbconvert.yml @@ -35,7 +35,7 @@ jobs: - name: running nbconvert run: | jupyter nbconvert --execute --to notebook --inplace --ExecutePreprocessor.timeout=-1 $FIRST_IPYNB_FILE - # Use the output from the `preflight` step + - name: committing changes uses: stefanzweifel/git-auto-commit-action@v5 with: