Skip to content

ci: add pycafe sandbox link #1

ci: add pycafe sandbox link

ci: add pycafe sandbox link #1

Workflow file for this run

---
name: PyCafe Sandbox Link
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
create-status-link: null
runs-on: ubuntu-latest

Check failure on line 10 in .github/workflows/pycafe.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pycafe.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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 }}