Skip to content

fix: go old way

fix: go old way #6

Workflow file for this run

name: Fetch and Save Data
on:
schedule:
- cron: '0 0 * * 1' # Run every Monday at midnight
push:
branches:
- main
jobs:
fetch-and-save-data:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Fetch and Save Data
run: |
curl -sS 'https://vdnh.ru/local/templates/v3_new_header/js/places-s1.js' \
| sed -E 's/^var places = |;$//g' \
> backup.json