Skip to content

Commit 371cc94

Browse files
authored
ci: don't set a user email for RSS commit author
1 parent 41d6d71 commit 371cc94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ 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"
196195
git config --local user.name "updateRSS"
197196
git fetch origin "${GITHUB_REF_NAME}"
198197
git checkout "${GITHUB_REF_NAME}"

0 commit comments

Comments
 (0)