Skip to content

Commit a9b3075

Browse files
committed
Minor improvements to draft workflow
Use the mailing list address for the bot's git user.email. Clarify that this is a draft specification commit. Signed-off-by: Joshua Lock <[email protected]>
1 parent 47869c0 commit a9b3075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: Push generated specification
4545
run: |
4646
git config user.name "TUF Specification Automation"
47-
git config user.email tuf-spec-bot@example.com
47+
git config user.email theupdateframework@googlegroups.com
4848
rm -fr draft
4949
mv build/* .
5050
rmdir build
5151
git add .
52-
git commit -m "Publish latest specification"
52+
git commit -m "Publish latest draft specification"
5353
git push

0 commit comments

Comments
 (0)