Skip to content

Commit

Permalink
Update thirdparty-snapshot.yml
Browse files Browse the repository at this point in the history
debug action
  • Loading branch information
tullyliu authored Jan 20, 2025
1 parent 93c83da commit 5bbdfed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/thirdparty-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Print environment variables
run: |
cat $HOME/.m2/settings.xml
- name: Configure Git user
run: |
git config user.email "[email protected]"
Expand Down

0 comments on commit 5bbdfed

Please sign in to comment.