Skip to content

Commit

Permalink
Change env variable format in run
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Mar 19, 2020
1 parent 46504b3 commit afbf025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

# Download the latest file from morph.io
- name: Download CSV from morph.io
run: wget https://morph.io/metaodi/covid-19-scraper-canton-be/data.csv?key=${{ secrets.MORPH_KEY }}&query=select+%2A+from+%22data%22 -O COVID19_Fallzahlen_Kanton_BE_total.csv
run: wget https://morph.io/metaodi/covid-19-scraper-canton-be/data.csv?key=$MORPH_KEY&query=select+%2A+from+%22data%22 -O COVID19_Fallzahlen_Kanton_BE_total.csv

# Commit to repo with updated file
- uses: stefanzweifel/git-auto-commit-action@v4.1.1
Expand Down

0 comments on commit afbf025

Please sign in to comment.