Skip to content

Commit

Permalink
πŸ‘·πŸ Auto commit python files
Browse files Browse the repository at this point in the history
  • Loading branch information
nepito committed Nov 14, 2023
1 parent 41e82de commit d2cf157
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
run: docker run --volume ${PWD}/Makefile:/workdir/Makefile islasgeci/nerd_demo:${GITHUB_SHA:0:4} make check_notebook
- name: Verify the notebooks run
run: docker run --volume ${PWD}/tests/test_notebooks.sh:/workdir/tests/test_notebooks.sh islasgeci/nerd_demo:${GITHUB_SHA:0:4} tests/test_notebooks.sh
- name: Auto-commit python files
uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: πŸ€– Apply automatic changes
file_pattern: 'examples/*.py'
commit_user_name: Ciencia de Datos β€’ GECI
commit_user_email: [email protected]
push:
name: Push module to PyPI and images to Docker Hub
needs: [test-notebook, test-module]
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@ jobs:
with:
name: paper
path: examples/paper.pdf
- name: Auto-commit paper.md
uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: πŸ€– Apply automatic changes
file_pattern: 'examples/paper.md'
commit_user_name: Ciencia de Datos β€’ GECI
commit_user_email: [email protected]

0 comments on commit d2cf157

Please sign in to comment.