Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: gh action profile status code type
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Oct 30, 2023
1 parent 24b6289 commit 88d86c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
url: "https://biodrop.io/api/profiles/${{ github.event.pull_request.user.login }}"
method: GET
ignoreStatusCodes: 404
ignoreStatusCodes: "404"

# fail the job if the source is database
- name: Check if source is database
Expand Down

0 comments on commit 88d86c2

Please sign in to comment.