Skip to content

Commit 4a01b34

Browse files
committed
ci: set plowsof as rss update commit author
1 parent 41d6d71 commit 4a01b34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ jobs:
192192
- name: Add to RSS feed
193193
if: github.ref_type == 'tag'
194194
run: |
195-
git config --local user.email "torrent@users.noreply.github.com"
196-
git config --local user.name "updateRSS"
195+
git config --local user.email "plowsof@protonmail.com"
196+
git config --local user.name "plowsof"
197197
git fetch origin "${GITHUB_REF_NAME}"
198198
git checkout "${GITHUB_REF_NAME}"
199199
git checkout -b update-rss-${VERSION}

0 commit comments

Comments
 (0)