Skip to content

Commit

Permalink
Update validate-check-completion.yml
Browse files Browse the repository at this point in the history
Add branch name as env variable
  • Loading branch information
raducoravu authored Jan 25, 2024
1 parent dedb56c commit cbc7429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-check-completion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build with Gradle
env: # Or as an environment variable
SCRIPTING_LICENSE_KEY: ${{secrets.SCRIPTING_LICENSE_KEY}}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
run: |
cd ./build
./gradlewCustom --build-file build-validate-check.gradle --info --stacktrace runValidation
Expand Down

0 comments on commit cbc7429

Please sign in to comment.