mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
GitHub Actions: Fix Update Pipfile.lock workflow (#1562)
* Remove --requirements * Add commit-message to PRs in pipfile workflow
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'Pipfile'
|
||||
- '.github/workflows/update-pipfile.yml'
|
||||
|
||||
jobs:
|
||||
piplock:
|
||||
@@ -14,7 +15,7 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install wheel
|
||||
- run: pip install pipenv
|
||||
- run: pipenv lock --requirements
|
||||
- run: pipenv lock
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "Pipfile lock"
|
||||
@@ -23,3 +24,4 @@ jobs:
|
||||
with:
|
||||
title: "Update Pipfile.lock (dependencies)"
|
||||
branch: update-pipfile
|
||||
commit-message: "[Bot] Update Pipfile.lock dependencies"
|
||||
|
||||
Reference in New Issue
Block a user