Skip to content

Commit

Permalink
feat: yml badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Jul 25, 2024
1 parent ecf0eec commit 5419bfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,9 @@ jobs:
});
sha = data.sha;
} catch (error) {
<<<<<<< HEAD
if (error.status !== 404) {
throw error;
}
=======
if (error.status !== 404) {
throw error;
}
>>>>>>> 35eb825645686f26efe5b0aa2fe1f13bfd0f4d7f
// File does not exist, so we'll create it
}
Expand Down

0 comments on commit 5419bfe

Please sign in to comment.