Skip to content

Commit

Permalink
"Generalise" lake update (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored Sep 25, 2024
1 parent d744c3d commit de5132e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
shell: bash

- name: Update dependencies of ${{ github.repository }}
run: lake update
run: lake -R -Kenv=dev update
shell: bash

- name: Check if lean-toolchain or lake-manifest.json were updated
Expand Down Expand Up @@ -77,7 +77,7 @@ runs:
if: steps.build-lean.outcome == 'success' && inputs.on_update_succeeds == 'pr'
uses: peter-evans/create-pull-request@v7
with:
title: "Updates available and ready to merge."
title: "Updates available and ready to merge"
body: "To do: add useful details here..."
delete-branch: true
branch-suffix: random
Expand Down

0 comments on commit de5132e

Please # to comment.