Skip to content

Commit 223d082

Browse files
authored
Branch protection #2 (#186)
* Update deploy-prod.yml * Create Test-2.md
1 parent 1abb1c2 commit 223d082

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Commit any/all changes
3535
run: |
3636
git config user.name hc-bot
37-
git config user.email ft_support@github.com
37+
git config user.email 127318895+hc-bot@users.noreply.github.com
3838
git add .
3939
git diff-index --quiet HEAD || git commit -m "Update front matter" && git push
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Test 2"
3+
---
4+
5+
This is a test too...

0 commit comments

Comments
 (0)