Skip to content

Commit 1f19c94

Browse files
authored
Update publish_alpha.yml
1 parent c789ddb commit 1f19c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
LAST_SHA=$(git rev-list HEAD~10 -n 1)
6969
fi
7070
COMMIT_LOGS=$(git log $LAST_SHA..HEAD --pretty=format:"● %s ~%an [֍](https://github.com/${{ github.repository }}/commit/%H)")
71-
FORMATTED_COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/#([0-9]+)/[#\1](https:\/\/github.com\/Shebyyy\/Awery\/pull\/\1)/g')
71+
FORMATTED_COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/#([0-9]+)/[#\1](https:\/\/github.com\/MrBoomDeveloper\/Awery\/pull\/\1)/g')
7272
echo "$COMMIT_LOGS" > commit_log.txt
7373
echo "$FORMATTED_COMMIT_LOGS" > discord_commit_log.txt
7474
echo "COMMIT_LOG<<EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)