Skip to content

Commit

Permalink
Minor improvements to draft workflow
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
joshuagl committed Feb 23, 2021
1 parent 47869c0 commit a9b3075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Push generated specification
run: |
git config user.name "TUF Specification Automation"
git config user.email tuf-spec-bot@example.com
git config user.email theupdateframework@googlegroups.com
rm -fr draft
mv build/* .
rmdir build
git add .
git commit -m "Publish latest specification"
git commit -m "Publish latest draft specification"
git push

0 comments on commit a9b3075

Please sign in to comment.