Skip to content

Commit

Permalink
update packages PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 17, 2025
1 parent 801cb6e commit b3883f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
# run: php .github/update_packages.php

# Step 7: Check for Changes
- name: Check for Changes
id: check_changes
run: |
if git diff --quiet; then
echo "No changes detected. Exiting."
exit 0
fi
# - name: Check for Changes
# id: check_changes
# run: |
# if git diff --quiet; then
# echo "No changes detected. Exiting."
# exit 0
# fi

# Step 8: Commit Changes
- name: Commit Changes
Expand Down

0 comments on commit b3883f3

Please sign in to comment.