Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Brömmel committed May 9, 2024
1 parent d50185c commit 5c0afe2
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
run: python fetch_data.py

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
branch: create-pull-request/patch
branch-suffix: timestamp
add-paths: |
data/*
commit-message: data update
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
delete-branch: true
title: 'Update Deutsche Bahn data'
body: ''
- name: Commit and Push
run: |
git config --local user.email "[email protected]"
git config --local user.name "Piet Brömmel"
git add data/*
git commit -m "data update"
git push

0 comments on commit 5c0afe2

Please sign in to comment.