Skip to content

Commit

Permalink
Fix unexpected symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Jan 26, 2024
1 parent 1ef0b1f commit a9fa816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
add-paths: conda-lock.yml
branch: ${{ steps.branch_name.outputs.name) }}-conda-lock
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>
Expand Down

0 comments on commit a9fa816

Please sign in to comment.