mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Removed usernames for the moment
This commit is contained in:
parent
719e7d42fd
commit
5627634da1
2
.github/workflows/create_nightly_release.yml
vendored
2
.github/workflows/create_nightly_release.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
zip -r sdcard.zip sdcard
|
||||
- name: Create changelog
|
||||
run: |
|
||||
# CHANGELOG=$(git log next --since="24 hours" --pretty=format:"- %h - @%an: %s")
|
||||
# CHANGELOG=$(git log next --since="24 hours" --pretty=format:"- %h - @%an: %s") # Commented out as username are currently broken
|
||||
CHANGELOG=$(git log next --since="24 hours" --pretty=format:"- %h - %s")
|
||||
CHANGELOG="${CHANGELOG//'%'/'%25'}"
|
||||
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
|
||||
|
Loading…
Reference in New Issue
Block a user