Skip to content

Commit

Permalink
Log environment variables on GithubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Aug 28, 2023
1 parent eb47c54 commit a33aa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- run: env | grep "GIT"

- name: Publish package
run: ./gradlew --no-parallel publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- run: java -XshowSettings:properties -version
- run: env | grep "GIT"
- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit a33aa3c

Please sign in to comment.