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 8ef8fc7 commit 117a5c5
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/changelog_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
branches:
- main

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Check if CHANGELOG.md was changed
run: ! git diff --name-only --exit-code HEAD^1 HEAD CHANGELOG.md
jobs:
changelog_updated:
name: Changelog Updated
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
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 117a5c5

Please sign in to comment.