From f08c3f28e46e28eb31e70846d65e57aa9553ce56 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 16 Nov 2022 23:35:35 -0300 Subject: [PATCH] Don't fail on background workflows dotnet file sync returns non-0 when files are deleted from upstream, for example, and other situations, but we should still try to update as much as possible. --- .github/workflows/dotnet-file.yml | 4 ++-- .github/workflows/includes.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-file.yml b/.github/workflows/dotnet-file.yml index 6ebf30f..818aa2c 100644 --- a/.github/workflows/dotnet-file.yml +++ b/.github/workflows/dotnet-file.yml @@ -13,6 +13,7 @@ env: jobs: sync: runs-on: windows-latest + continue-on-error: true steps: - name: 🤖 defaults uses: devlooped/actions-bot@v1 @@ -69,8 +70,7 @@ jobs: validate: false - name: ✍ pull request - uses: peter-evans/create-pull-request@v3 - continue-on-error: true + uses: peter-evans/create-pull-request@v4 with: base: main branch: dotnet-file-sync diff --git a/.github/workflows/includes.yml b/.github/workflows/includes.yml index 04dc2ba..b806653 100644 --- a/.github/workflows/includes.yml +++ b/.github/workflows/includes.yml @@ -29,7 +29,7 @@ jobs: uses: devlooped/actions-include@v1 - name: ✍ pull request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: base: main branch: markdown-includes