Skip to content

Commit

Permalink
Merge branch 'master' into automation/update-ghc-9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 1, 2024
2 parents 7429d84 + ee54d3c commit 29a797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ghc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: nix shell 'nixpkgs#bazel-buildtools' 'nixpkgs#python3' --command python .github/update-ghc.py ${{ matrix.ghc }}
- name: Create Pull Request
if: steps.ghc_update.outputs.latest != ''
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
title: "[update] GHC ${{ matrix.ghc }}"
Expand Down

0 comments on commit 29a797d

Please sign in to comment.