Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Sep 27, 2024
1 parent 89528a1 commit a36568e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
run: |
export LOG=`git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:'- %s – @%al.' --no-merges`
echo "LOG<<EOF" >> $GITHUB_ENV
echo "LOG=$LOG" >> $GITHUB_ENV
echo "$LOG" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: View Log
run: |
echo ${{ steps.vars.outputs.LOG }}
echo ${{ env.LOG }}
# - name: Unreleased changes Slack Report
# uses: ravsamhq/notify-slack-action@v2
# if: ${{ always() && github.ref_name == 'main' }}
Expand Down

0 comments on commit a36568e

Please sign in to comment.