Skip to content

Commit

Permalink
Use HTTP GET method to get metadata version.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 6, 2023
1 parent a8bb7d7 commit 8a6f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: fjogeleit/http-request-action@v1
with:
url: "https://mygeneset.info/metadata"
method: 'GET'
method: "GET"

- name: Show Response
run: |
Expand Down

0 comments on commit 8a6f3e9

Please sign in to comment.