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 2c33f92 commit 0e3429c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: fjogeleit/http-request-action@v1
with:
url: "https://mygeneset.info/metadata"
method: 'GET'

- name: Show Response
run: |
Expand Down

0 comments on commit 0e3429c

Please sign in to comment.