We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08052f4 commit c289779Copy full SHA for c289779
.github/workflows/scala-steward.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Launch Scala Steward
13
uses: scala-steward-org/scala-steward-action@v2
14
+ env:
15
+ JAVA_OPTS: "-Xmx4g"
16
with:
17
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
18
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}
0 commit comments