Skip to content

Commit

Permalink
Fix multiline Git command in publish-javadoc.yml (robolectric#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Jun 30, 2024
1 parent e635994 commit a2a9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
git commit -m "Publish javadoc for Robolectric ${{ steps.robolectric_version.outputs.patchVersion }}" \
-m "- Add javadoc for Robolectric ${{ steps.robolectric_version.outputs.patchVersion }}." \
-m "- Update mkdocs.yml to add a navigation entry to the new javadoc." \
-m "- Update mkdocs.yml to use version ${{ steps.robolectric_version.outputs.patchVersion }}."
-m "- Update mkdocs.yml to use version ${{ steps.robolectric_version.outputs.patchVersion }}." \
-m "Fixes #${{ github.event.issue.id }}"
git push --set-upstream origin publish-javadoc-robolectric-${{ steps.robolectric_version.outputs.patchVersion }}
gh pr create --fill

0 comments on commit a2a9bdd

Please sign in to comment.