From c7eb9937c2f6087663af1e99452f00df77b5da7f Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Mon, 26 Feb 2024 16:07:32 +0800 Subject: [PATCH] update workflow --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 065467dea..80b7c414b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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"