Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 26, 2024
1 parent 1c61d05 commit c7eb993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: submodule_check
run: |
# Navigate to the submodule directory
cd path/to/submodule
cd packages/chain-registry/chain-registry
# Check if there are any differences between the submodule's HEAD and the commit recorded in the superproject
if git diff --exit-code HEAD..origin/main; then
echo "Submodule has not changed"
Expand Down

0 comments on commit c7eb993

Please sign in to comment.