We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c789ddb commit 1f19c94Copy full SHA for 1f19c94
.github/workflows/publish_alpha.yml
@@ -68,7 +68,7 @@ jobs:
68
LAST_SHA=$(git rev-list HEAD~10 -n 1)
69
fi
70
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')
+ FORMATTED_COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/#([0-9]+)/[#\1](https:\/\/github.com\/MrBoomDeveloper\/Awery\/pull\/\1)/g')
72
echo "$COMMIT_LOGS" > commit_log.txt
73
echo "$FORMATTED_COMMIT_LOGS" > discord_commit_log.txt
74
echo "COMMIT_LOG<<EOF" >> $GITHUB_ENV
0 commit comments