Skip to content

Commit cf1181f

Browse files
committed
Update commit message in export_fig sync workflow
Changed the commit message in the update_export_fig GitHub Actions workflow to clarify the sync source as 'altmany/export_fig repo'.
1 parent 250a96e commit cf1181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_export_fig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
git config --global user.name "${GITHUB_ACTOR}"
2828
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2929
git add .
30-
git diff-index --quiet HEAD || git commit -m "Sync from export_fig repo"
30+
git diff-index --quiet HEAD || git commit -m "Sync with altmany/export_fig repo"
3131
git push

0 commit comments

Comments
 (0)