Skip to content

Commit

Permalink
Update cruft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Oct 24, 2023
1 parent ac7df00 commit 6d8167e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cruft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
CHANGES=0
if [ -f .cruft.json ]; then
if ! cruft check --checkout="jm-on-stream"; then
if ! cruft check; then
CHANGES=1
fi
else
Expand All @@ -54,7 +54,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub"
cruft update --checkout="jm-on-stream" --skip-apply-ask --refresh-private-variables
cruft update --skip-apply-ask --refresh-private-variables
git restore --staged .
- name: Create pull request
Expand Down

0 comments on commit 6d8167e

Please sign in to comment.