Skip to content

Commit

Permalink
Merge branch 'main' into 390-Automate-Badge-Distribution-Based-on-Mer…
Browse files Browse the repository at this point in the history
…ged-PR-Activity-bug-fix
  • Loading branch information
adarsh-jha-dev authored Nov 28, 2024
2 parents 32d9491 + 9c569d2 commit b046c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/badge-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EMAIL_USER: ${{ secrets.EMAIL_USER }}
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
run: node .github/scripts/badge-automation.js
run: |
node .github/scripts/badge-automation.js

0 comments on commit b046c34

Please sign in to comment.