Skip to content

Commit

Permalink
Update update_pixi_lockfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti authored Aug 21, 2024
1 parent 67ad11e commit 088646e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update_pixi_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@ jobs:
- name: Commit and push changes
run: |
BRANCH_NAME="update-pixi-$(date +'%Y%m%d%H%M%S')"
git checkout -b "$BRANCH_NAME"
git add pixi.lock
git commit -m "Update pixi.lock file"
git push origin HEAD:"$BRANCH_NAME"
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: This PR updates the `pixi` lockfile.
commit-message: Update `pixi.lock`
title: Update `pixi` lockfile
body-path: diff.md
branch: ${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 088646e

Please sign in to comment.