Skip to content

Commit

Permalink
Attempt to fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Nov 13, 2024
1 parent 0b208c8 commit 8ef8fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/changelog_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Changelog Updated

on:
pull_request:
branches:
- main

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 2
- name: Check if CHANGELOG.md was changed
run: ! git diff --name-only --exit-code HEAD^1 HEAD CHANGELOG.md

0 comments on commit 8ef8fc7

Please sign in to comment.