Skip to content

Commit

Permalink
added fake email
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent e0a5122 commit 974c98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Configuring git & committing
run: |
git config --local user.name "colabifier-action"
git config --local user.email "[email protected]"
git add $colab_directory
git commit -m "Updating the repository GitHub html pages in the docs folder"
- run: echo Current branch is $env
Expand Down

0 comments on commit 974c98c

Please sign in to comment.