diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 4d7f10d8..189bc783 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -82,6 +82,6 @@ jobs: gh pr create \ --base "$base_branch" \ - --title "$title" \ - --label "topic: dependencies" || + --label "topic: dependencies" \ + --title "$title" || echo "Failed to create PR"