Skip to content

Commit

Permalink
git autocrlf
Browse files Browse the repository at this point in the history
  • Loading branch information
kubicek committed Oct 11, 2020
1 parent 082701b commit 4a385ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fetch_data.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: git --version
- run: git config --global user.email "jiri.kubicek@kraxnet.cz"
- run: git config --global user.name "Jiri Kubicek"
- run: git config --global core.autocrlf input
- name: Checkout code
uses: actions/checkout@v2
with:
Expand All @@ -25,7 +26,7 @@ jobs:
- name: Install dependencies
run: bundle install
working-directory: app
- run: ./bin/data_fetcher
- run: ./bin/data_fetcher 2020-10-01
working-directory: app
- run: git commit -am "Fetched new source data"
working-directory: ./data/source
Expand Down

0 comments on commit 4a385ea

Please sign in to comment.