Skip to content

build(deps): bump python-multipart from 0.0.5 to 0.0.7 in /_apps/box #229

build(deps): bump python-multipart from 0.0.5 to 0.0.7 in /_apps/box

build(deps): bump python-multipart from 0.0.5 to 0.0.7 in /_apps/box #229

Workflow file for this run

---
# Launch a workflow to prompt workflows run from master. Required
# as jobs launched via pull-requests do not have access to secrets.
name: pullrequest
on: pull_request
jobs:
pullrequest:
uses: ./.github/workflows/pr-artifact.yml
with:
login: ${{ github.event.pull_request.user.login }}
pr_number: ${{ github.event.number }}
name: ${{ github.workflow }}
head_ref: ${{ github.head_ref }}
repo: ${{ github.event.pull_request.head.repo.full_name }}