Skip to content

Commit 44739f3

Browse files
authored
config.
1 parent 95439ab commit 44739f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-portfolio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: |
2121
git clone https://github.com/peterbenoit/peterbenoit.github.io portfolio
2222
cd portfolio
23-
git config user.name "GitHub Action"
24-
git config user.email "github-action@github.com"
23+
git config user.name "peterbenoit"
24+
git config user.email "peterbenoit@gmail.com"
2525
2626
- name: Copy Updated Library
2727
run: cp ./resourceLoader.js ./portfolio/libraries/resourceLoader.js

0 commit comments

Comments
 (0)