Skip to content

Get No Fly Zones from Ukrainian cities #665

Get No Fly Zones from Ukrainian cities

Get No Fly Zones from Ukrainian cities #665

Workflow file for this run

name: Get No Fly Zones from Ukrainian cities
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
workflow_dispatch:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
monitornfz:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v2
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.7"
- name: Install requirements
run: pip install requests geojson
- name: Run script
run: python track.py
- name: Run script for autel
run: python track_autel.py
- uses: EndBug/add-and-commit@v7
with:
author_name: GitHub Action
author_email: [email protected]
message: "New NFZ data"