Skip to content

Commit

Permalink
add_domains.yml: fix wrong filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 25, 2024
1 parent 002fa14 commit 5642b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
# Note this overrides any previous entries
grep -zo 'What domain.*Why should' <<< '${{ github.event.issue.body }}' \
| grep -aPo '^(https?://)?\K[[:alnum:].-]+\.[[:alnum:]-]*[a-z]{2,}[[:alnum:]-]*' \
> data/pending/domains_manual.tmp
> data/pending/domains_Manual.tmp
- name: Close issue
run: |
gh issue close ${{ github.event.issue.number }} -c \
"Sent the following domains for processing:
\`\`\`
$(cat data/pending/domains_manual.tmp)
$(cat data/pending/domains_Manual.tmp)
\`\`\`"
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 5642b82

Please sign in to comment.