Skip to content

Commit

Permalink
Update conda_lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Jan 26, 2024
1 parent f6f295b commit 1ef0b1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
add-paths: conda-lock.yml
branch: ${{ format('{0}-conda-lock', steps.branch_name.outputs.name) }}
branch: ${{ steps.branch_name.outputs.name) }}-conda-lock
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: Update conda-lock.yml of `${{ steps.branch_name.outputs.name) }}`
commiter: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
commit-message: "Update conda-lock.yml"

0 comments on commit 1ef0b1f

Please sign in to comment.