diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index b98f43e..9d361a3 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -21,7 +21,7 @@ jobs: - run: prettier --write '**/*.md' - name: Commit and Push Changes - if: github.repository == 'Rishabh672003/Programming-notes' + if: github.repository == 'Rishabh672003/Programming-Notes' uses: actions-js/push@v1.4 with: github_token: ${{ secrets.GITHUB_TOKEN }}