Skip to content

Commit

Permalink
Ignore errors creating the PR
Browse files Browse the repository at this point in the history
This can happen if the only changes in files are LF/CRLF 
from running the job on Windows rather than Linux (which we do because I couldn't figure out how to 
configure GCM yet with the Linux credentials store).
  • Loading branch information
kzu committed Sep 17, 2022
1 parent 7db501b commit b97b8f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:

- name: ✍ pull request
uses: peter-evans/create-pull-request@v3
continue-on-error: true
with:
base: main
branch: dotnet-file-sync
Expand Down

0 comments on commit b97b8f1

Please sign in to comment.