This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 955ccecaf96f10776736a5c6a2dd30e1689d4f84 Author: Danny McCormick <[email protected]> AuthorDate: Wed Jan 31 13:11:29 2024 -0500 Update action.yml --- .github/actions/gradle-command-self-hosted-action/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/gradle-command-self-hosted-action/action.yml b/.github/actions/gradle-command-self-hosted-action/action.yml index e2fd768220a..07813afe614 100644 --- a/.github/actions/gradle-command-self-hosted-action/action.yml +++ b/.github/actions/gradle-command-self-hosted-action/action.yml @@ -35,6 +35,7 @@ runs: - name: Run Gradle Command shell: bash run: | + printenv # This step is a workaround to avoid a decryption issue of Beam's # net.linguica.gradle.maven.settings plugin and github's provided maven # settings.xml file
