Skip to content

Commit 44b2ec0

Browse files
committed
Restrict submodule update commit to submodule
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent aa08e1e commit 44b2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd ..
2828
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2929
git config --local user.name "github-actions[bot]"
30-
git add .
30+
git add open-simulation-interface
3131
git commit -m "OSI submodule updated"
3232
continue-on-error: true
3333

0 commit comments

Comments
 (0)