Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 765 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 765 Bytes

Build

GitHub action used to build aplications using gradlew

Inputs

There are no inputs for this GitHub action

Outputs

There is no outputs for this action

Example usage

      # Example using this actions
      - name: Gradlew Package
        uses: platformbuilders/github-actions-build-gradlew@main

How to send updates?

If you wants to update or make changes in module code you should use the develop branch of this repository, you can test your module changes passing the @develop in module calling. Ex.:

      # Example using this actions
      - name: Gradlew Package
        uses: platformbuilders/github-actions-build-gradlew@develop

After execute all tests you can open a pull request to the master branch.