Skip to content

Commit

Permalink
fixed download history
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey authored and sergey committed Jul 23, 2024
1 parent 766acca commit 54207a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
"https://api.github.com/repos/SiarheiZhachek/QA_diploma/actions/artifacts?name=reports"
| python -c "import sys, json; print(json.load(sys.stdin)['artifacts'][0]['id']);")
| python3 -c "import sys, json; print(json.load(sys.stdin)['artifacts'][0]['id']);")
&&
curl -L
-H "Accept: application/vnd.github+json"
Expand All @@ -36,7 +36,7 @@ jobs:
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
"https://api.github.com/repos/SiarheiZhachek/QA_diploma/actions/artifacts?name=github-pages"
| python -c "import sys, json; print(json.load(sys.stdin)['artifacts'][0]['id']);")
| python3 -c "import sys, json; print(json.load(sys.stdin)['artifacts'][0]['id']);")
&&
curl -L
-H "Accept: application/vnd.github+json"
Expand Down

0 comments on commit 54207a3

Please sign in to comment.