Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic committed Jun 20, 2024
1 parent bc4f3cd commit be1bf52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/fps_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
files: ConsolidatedShops.csv
tag_name: "${{ env.TAG_NAME }}"
make_latest: true
body: |
Daily update of FPS Shops data.
Expand Down
3 changes: 2 additions & 1 deletion compare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
Removed Shops: {len(removed_shops)}
Updated Shops: {len(updated_shops)}
"""

print(f"Shops in previous release : {len(previous_data.index)}")
print(f"Shops in current release : {len(current_data.index)}")
print(changes)

# Save changes to GitHub environment variable
Expand Down

0 comments on commit be1bf52

Please sign in to comment.