Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 4, 2024
1 parent 154e005 commit 08aca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check for changes
id: check_changes
run: |
git diff --exit-code || echo "Changes detected"
git diff --exit-code"
- name: Create pull request
if: steps.check_changes.outputs.return-code != '0'
# https://github.com/cli/cli/issues/6485#issuecomment-1287937905
Expand Down

0 comments on commit 08aca12

Please sign in to comment.