Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Sep 27, 2024
1 parent 9af9046 commit 619bae7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
fetch-tags: true
- name: Check for unreleased changes
run: |
export LOG=`git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:'- %s – @%al.' --no-merges`
echo $LOG
export LOG=`git log $(git describe --tags --abbrev=0)..main --pretty=format:'- %s – @%al.' --no-merges`
# echo "$LOG"

- name: View Log
run: |
echo "$LOG"
# - name: Unreleased changes Slack Report
# uses: ravsamhq/notify-slack-action@v2
# if: ${{ always() && github.ref_name == 'main' }}
Expand Down

0 comments on commit 619bae7

Please sign in to comment.