export-gradle-properties ActionA GitHub Action that takes a Java properties file (typically gradle.properties) and exports each property as an environment variable for use in subsequent steps of your workflow.
- name: "Export Gradle Properties" uses: apache/grails-github-actions/export-gradle-properties@asf - name: "Use the property" run: echo "${PROJECT_VERSION}" env: PROJECT_VERSION: ${{ env.projectVersion }}