We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d6d71 commit 4a01b34Copy full SHA for 4a01b34
1 file changed
.github/workflows/build-docker.yml
@@ -192,8 +192,8 @@ jobs:
192
- name: Add to RSS feed
193
if: github.ref_type == 'tag'
194
run: |
195
- git config --local user.email "torrent@users.noreply.github.com"
196
- git config --local user.name "updateRSS"
+ git config --local user.email "plowsof@protonmail.com"
+ git config --local user.name "plowsof"
197
git fetch origin "${GITHUB_REF_NAME}"
198
git checkout "${GITHUB_REF_NAME}"
199
git checkout -b update-rss-${VERSION}
0 commit comments