Skip to content

Commit

Permalink
edit: add automatically follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nitikornbunya committed Sep 4, 2024
1 parent 3759f09 commit 1e370c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-app-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Fetch data 🏃🏻‍♂️
run: |
curl -s "https://script.google.com/macros/s/${{ secrets.KEY_APP_SCRIPT }}/exec?action=getData" -o data/laws.json
curl -L -s "https://script.google.com/macros/s/${{ secrets.KEY_APP_SCRIPT }}/exec?action=getData" -o data/laws.json
- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit 1e370c8

Please sign in to comment.