Skip to content

Commit

Permalink
ci: Updated git push command
Browse files Browse the repository at this point in the history
Added --recurse-submodules=on-demand
  • Loading branch information
mike-pisman committed Oct 24, 2023
1 parent 056d74c commit 2fb641d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api_changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add docs/api-docs/changelog.md
git commit -m "Update API changelog on release" && git push || echo "No changes to commit"
git commit -m "Update API changelog on release" && git push --recurse-submodules=on-demand || echo "No changes to commit"

0 comments on commit 2fb641d

Please sign in to comment.