Skip to content

run

run #3128

Workflow file for this run

name: run
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install
run: |
python -m pip install -e .
- name: Run
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
python -m obisnd