We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1832156 commit d4f9e84Copy full SHA for d4f9e84
.github/workflows/format.yml
@@ -36,9 +36,11 @@ jobs:
36
run: mvn spotless:apply
37
38
- name: Commit and Push Changes
39
+ env:
40
+ BOT_EMAIL: ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
41
run: |
42
git config user.name AdyenAutomationBot
- git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}"
43
+ git config user.email "$BOT_EMAIL"
44
git add .
45
if git diff --cached --quiet; then
46
echo "No changes to commit."
0 commit comments