Skip to content

Commit

Permalink
chore: Fix CI workflow name and typo in git command
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Sep 27, 2024
1 parent 68c8745 commit 160f4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_freshness.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify dependencies
name: CI freshness

on:
push:
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Fail if anything changed
run: |
git add .
git diff --quiet --exit-code --cache || (echo "Please regenerate the docs.yml CI script" && exit 1)
git diff --quiet --exit-code --cached || (echo "Please regenerate the docs.yml CI script" && exit 1)

0 comments on commit 160f4b5

Please sign in to comment.