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

Commit

Permalink
Testing request (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Feb 14, 2024
1 parent 4106a48 commit c3482ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
permissions:
issues: write
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Close Issue
uses: peter-evans/close-issue@v3
with:
issue-number: ${{ github.event.issue.number }}
comment: Terima kasih atas kontribusi Anda, permintaan penambahan domain Anda akan segera ditambahkan.
- name: Checkout Repository
uses: actions/checkout@v4
- name: Update Domainlist from Issue
run: |
domain=$(jq -r '.issue.body' $GITHUB_EVENT_PATH | grep -oP '(?<=Domain: ).*')
Expand Down

0 comments on commit c3482ed

Please sign in to comment.