Skip to content

Commit 9082ca8

Browse files
committed
Correcting module in use
1 parent 1fa6e19 commit 9082ca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-main-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ jobs:
135135
# and we don't have a guarantee that the update triggered by commit A does not end up finding commit B
136136
# We are going to ignore this possibility since we almost universally want the *latest* commit, though this
137137
# could end up causing the commit message, and the actual submodule hash to differ.
138-
git submodule update --init --remote modules/admin-ui
139-
git add modules/admin-ui
138+
git submodule update --init --remote modules/admin
139+
git add modules/admin
140140
git commit -m "Updating admin-service to ${{ github.sha }}"
141141
# This token is an account wide token which allows creation of PRs and pushes.
142142
echo "${{ secrets.MODULE_PR_TOKEN }}" > token.txt

0 commit comments

Comments
 (0)