Skip to content

test: pycafe sandbox link #6

test: pycafe sandbox link

test: pycafe sandbox link #6

Workflow file for this run

---
name: PyCafe Sandbox Link
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
create-status:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create PyCafe status link
run: python .github/pycafe-create-status.py ${{ github.event.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}