Skip to content

Commit

Permalink
Merge pull request #301 from overmindtech/fixifix
Browse files Browse the repository at this point in the history
Fix pushing to repos
  • Loading branch information
DavidS-ovm authored Dec 16, 2024
2 parents 6f686c0 + 0eb58f8 commit 4ed50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
set -x
for i in sdp-go sdp-js; do
(
cd gen/$i
cd gen/$i.git
git push
)
done

0 comments on commit 4ed50f6

Please sign in to comment.