Skip to content

Commit

Permalink
quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 21, 2025
1 parent 1ad6a33 commit 3f66276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
REPO_URL="https://github.com/getlantern/lantern-client"
git fetch origin
PR_SUMMARY=$(git log lantern-8.0.0-beta...HEAD --pretty=format:"%h %s" | grep -E "#[0-9]+" | sed -E 's|#([0-9]+)|[#\1]('"${REPO_URL}"'/pull/\1)|')
echo -e "$PR_SUMMARY"
PR_SUMMARY=$(git log --since="1 week ago" --pretty=format:"%h %s" | grep -E "#[0-9]+" | sed -E 's|#([0-9]+)|[#\1]('"${REPO_URL}"'/pull/\1)|')
echo -e "PR SUMMARY: $PR_SUMMARY"
echo "::set-output name=summary::$PR_SUMMARY"
- name: Send Slack Notification
Expand Down

0 comments on commit 3f66276

Please sign in to comment.