Skip to content

Commit

Permalink
feat: push backup.json back
Browse files Browse the repository at this point in the history
  • Loading branch information
adhikara13 committed Dec 16, 2023
1 parent 16d02ad commit e2d495c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
fetch-and-save-data:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout Repository
Expand All @@ -20,3 +23,7 @@ jobs:
curl -sS 'https://vdnh.ru/local/templates/v3_new_header/js/places-s1.js' \
| sed -E 's/^var places = |;$//g' \
> backup.json
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "feat: updating backup.json"

0 comments on commit e2d495c

Please sign in to comment.