Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed May 11, 2024
1 parent 820f183 commit d508df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/domainsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
comment: Terima kasih atas kontribusi Anda, permintaan penambahan domain Anda akan segera diterapkan.
- name: Extract Domains from Issue
run: |
domains=$(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | tr '\n' ' ' | cut -c2-)
echo "$domains" > domains
jq -r '.issue.body' "$GITHUB_EVENT_PATH" > domains
cat domains
- name: Install Dependencies
run: |
Expand Down

0 comments on commit d508df4

Please sign in to comment.