Skip to content

Trigger projects

Trigger projects #594

name: Trigger projects
on:
push:
workflow_dispatch:
repository_dispatch:
schedule:
- cron: "28 */4 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Trigger commits
env:
PAT: ${{ secrets.PAT }}
run: |
pip3 install -U pip setuptools
pip3 install -r requirements.txt
python3 scripts/trigger
run:

Check failure on line 24 in .github/workflows/trigger-projects.yml

View workflow run for this annotation

GitHub Actions / Trigger projects

Invalid workflow file

The workflow is not valid. .github/workflows/trigger-projects.yml (Line: 24, Col: 7): 'run' is already defined