Skip to content

Commit

Permalink
Merge branch 'main' into use-coalesce-for-array
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Aug 26, 2024
2 parents a5b9035 + d6ddd1d commit f3620cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
environment: detsys-pr-bot
name: Pull request detsys-ts update to ${{ github.repository_owner }}/${{ matrix.repo }}
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
repo:
- flake-checker-action
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
nix develop --command pnpm all
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
env:
COMMIT_MSG: ${{ steps.commit-msg.outputs.msg }}
with:
Expand All @@ -99,5 +101,4 @@ jobs:
push-to-fork: detsys-pr-bot/${{ matrix.repo }}
branch: "${{ env.GIT_BRANCH }}"
base: ${{ env.GIT_BASE }}
reviewers: lucperkins
draft: false

0 comments on commit f3620cd

Please sign in to comment.