Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 705 Bytes

🐘 CI Gradle properties

Copy Gradle properties file to the CI's home directory.
This is especially useful if you need to provide (or override) specific properties on top of the project's properties.

Usage

See action.yml

steps:
  - uses: actions/checkout@v3
  - uses: SimonMarquis/ci-gradle-properties-action@v1
    with:
      path: .github/gradle.properties
Input Description
path Gradle properties file path. Default is .github/gradle.properties.