Skip to content

Commit

Permalink
fix: check if assets exists before downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Oct 2, 2024
1 parent a55aeb8 commit 5300b0f
Show file tree
Hide file tree
Showing 8 changed files with 737 additions and 1,186 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
curl: 'curl http://localhost:8080 -H "Authorization: Bearer eyJhbGci..."'
curl:
'curl http://localhost:8080 -H "Authorization: Bearer eyJhbGci..."'
```

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5300b0f

Please sign in to comment.