Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 authored Jun 12, 2024
1 parent 712711f commit 93f2573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Remove Domain
run: |
domain=$(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '3p')
sed "/$domain/d" hosts > hosts.tmp
grep -v "${domain}$" hosts > hosts.tmp
rm hosts
mv hosts.tmp hosts
Expand Down

0 comments on commit 93f2573

Please sign in to comment.