Skip to content

Commit

Permalink
Update nb_refresh.yml
Browse files Browse the repository at this point in the history
Committer didn't seem to show named bot as commit author, though email listed github-actions[bot]. Docs says to use author name and email (trying w/ default bot name and email this time).
  • Loading branch information
jbousquin authored Aug 16, 2024
1 parent 832b5ff commit 873e9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nb_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: commit updated notebook
uses: EndBug/add-and-commit@v7
with:
committer_name: nb update bot
author_name: 'github-actions[bot]'
author_email: 'github-actions[bot]@users.noreply.github.com'
message: "Update Notebook"
add: '["demos/Harmonize_CapeCod_Detailed.ipynb", "demos/Harmonize_CapeCod_Simple.ipynb", "demos/Harmonize_Pensacola_Detailed.ipynb", "demos/Harmonize_Pensacola_Simple.ipynb", "demos/Harmonize_Tampa_Detailed.ipynb","demos/Harmonize_Tampa_Simple.ipynb"]'

0 comments on commit 873e9ca

Please sign in to comment.