diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index c96d116759..3f00658db1 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -35,11 +35,11 @@ jobs: # https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches - name: Commit new credit files - uses: stefanzweifel/git-auto-commit-action@v7 - with: - commit_message: Update Credits - commit_author: DeltaV-Bot - token: ${{ secrets.GITHUB_TOKEN }} + uses: stefanzweifel/git-auto-commit-action@v7 + with: + commit_message: Update Credits + commit_author: DeltaV-Bot + token: ${{ secrets.GITHUB_TOKEN }} # This will make a PR # - name: Set current date as env variable