We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6e19 commit 9082ca8Copy full SHA for 9082ca8
1 file changed
.github/workflows/deploy-main-branches.yml
@@ -135,8 +135,8 @@ jobs:
135
# and we don't have a guarantee that the update triggered by commit A does not end up finding commit B
136
# We are going to ignore this possibility since we almost universally want the *latest* commit, though this
137
# 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
+ git submodule update --init --remote modules/admin
+ git add modules/admin
140
git commit -m "Updating admin-service to ${{ github.sha }}"
141
# This token is an account wide token which allows creation of PRs and pushes.
142
echo "${{ secrets.MODULE_PR_TOKEN }}" > token.txt
0 commit comments