We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95439ab commit 44739f3Copy full SHA for 44739f3
1 file changed
.github/workflows/update-portfolio.yml
@@ -20,8 +20,8 @@ jobs:
20
run: |
21
git clone https://github.com/peterbenoit/peterbenoit.github.io portfolio
22
cd portfolio
23
- git config user.name "GitHub Action"
24
- git config user.email "github-action@github.com"
+ git config user.name "peterbenoit"
+ git config user.email "peterbenoit@gmail.com"
25
26
- name: Copy Updated Library
27
run: cp ./resourceLoader.js ./portfolio/libraries/resourceLoader.js
0 commit comments