diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 5c74fbe1..4c6297d7 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -55,7 +55,7 @@ jobs: if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main') - run: git add -N . && git -c color.ui=always diff --exit-code - id: create-pull-request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: Update manifest body: |