Skip to content

Commit

Permalink
Run npm run docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and EnviousSwan committed Sep 9, 2024
1 parent 74a9a67 commit b0b3a9d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ When it launches it will send PR to update all the repos selected in step (2.2).
cache-ttl: ''

# Size of the buffer for the output of an external process
# in lines.
# in lines. The default is 16384.
#
# Default: 16384
max-buffer-size: ''
Expand All @@ -197,10 +197,14 @@ When it launches it will send PR to update all the repos selected in step (2.2).
# Default: https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz
coursier-cli-url: ''

# Extra JARs to be added to the classpath of the
# launched application. Directories accepted too.
extra-jars: ''

# The URL of the GitHub API, only use this input if
# you are using GitHub Enterprise.
#
# Default: https://api.github.com
# Default: ${{ github.api_url }}
github-api-url: ''

# If set to `true` the GitHub App information will
Expand Down Expand Up @@ -265,8 +269,9 @@ When it launches it will send PR to update all the repos selected in step (2.2).
#
# If you specify a file and it does not exist in the
# selected branch then this action will fail when it runs.
#
#
# See https://github.com/scala-steward-org/scala-steward/blob/main/docs/repo-specific-configuration.md
#
# Default: .github/.scala-steward.conf
repo-config: ''

Expand Down

0 comments on commit b0b3a9d

Please sign in to comment.