Skip to content

Commit

Permalink
testing fix of parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Jul 1, 2024
1 parent c8f8ff0 commit 94a3d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Auto Update Icons

on:
push:
schedule:
- cron: '0 12 * * 1'

Expand Down Expand Up @@ -79,4 +80,3 @@ jobs:
This updates from [${{ env.CURRENT_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.CURRENT_COMMIT }}) to [${{ env.LATEST_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.LATEST_COMMIT }}).
Check out the differences: [`${{ env.CURRENT_COMMIT }}` ... `${{ env.LATEST_COMMIT }}`](https://github.com/${{ env.REPOSITORY }}/compare/${{ env.CURRENT_COMMIT }}...${{ env.LATEST_COMMIT }})
branch: feature/update-${{ env.LATEST_COMMIT }}

0 comments on commit 94a3d22

Please sign in to comment.