Skip to content

Commit

Permalink
Fix curl url
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 8, 2022
1 parent 2843cec commit 6d0508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Convert to MariaDB
uses: enflo/curl-action@master
with:
curl: -F files[][email protected] 'https://www.rebasedata.com/api/v1/convert?outputFormat=mariadb&errorResponse=zip' -o MariaDB.zip
curl: -F files[][email protected] https://www.rebasedata.com/api/v1/convert?outputFormat=mariadb&errorResponse=zip -o MariaDB.zip

- name: Convert to Postgres
uses: wei/curl@v1
Expand Down

0 comments on commit 6d0508f

Please sign in to comment.