Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 26, 2024
1 parent 65a1e3d commit a2f7fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v4
with:
# Always checkout the main branch
ref: main
# ref: main
# Do a deep checkout
fetch-depth: 0
# Fetch all the release tags
fetch-tags: true
- name: Check for unreleased changes
run: node scripts/github/unreleasedChanges.js
run: node .github/scripts/unreleasedChanges.js
- name: Unreleased changes Slack Report
uses: ravsamhq/notify-slack-action@v2
if: ${{ env.LOG != '' }} # Only post if there is a log
Expand Down

0 comments on commit a2f7fbc

Please sign in to comment.