diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8adcc2a..969044d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: github_token: "${{ secrets.GITHUB_TOKEN }}" commit_prefix: "[AUTO]" commit_message: "Update CJS script" - if: ${{ github.event_name != "pull_request" }} + if: ${{ github.event_name != 'pull_request' }} - name: Commit and Push Changes (PR) uses: devops-infra/action-commit-push@v2 @@ -56,7 +56,7 @@ jobs: commit_prefix: "[AUTO]" commit_message: "Update CJS script" branch: ${{ github.event.pull_request.head.ref }} - if: ${{ github.event_name == "pull_request" }} + if: ${{ github.event_name == 'pull_request' }} test: