diff --git a/.github/workflows/badge-automation.yml b/.github/workflows/badge-automation.yml index a5ee634d..0b893e7d 100644 --- a/.github/workflows/badge-automation.yml +++ b/.github/workflows/badge-automation.yml @@ -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