We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1700447 commit 0fa380bCopy full SHA for 0fa380b
.github/workflows/deploy.yml
@@ -24,7 +24,9 @@ jobs:
24
- name: Update registry submodule
25
id: changecheck
26
run: |
27
- git submodule update --remote --merge src/registry
+ git -C src/registry fetch origin main
28
+ git -C src/registry reset --hard origin/main
29
+
30
if [[ -n "$(git status --porcelain)" ]]; then
31
git config user.name "github-actions[bot]"
32
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments