Skip to content

Commit

Permalink
dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 1, 2024
1 parent a1a03fd commit 8864181
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 @@ -52,12 +52,12 @@ jobs:
cat hosts-hasilsorted
- name: Release hosts
run: |
cat hosts-hasilsorted | sudo tee -a hosts > /dev/null
cat hosts-hasilsorted | sudo tee -a releases/hosts > /dev/null
- name: Commit changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "zksbot"
git add hosts domainlist
git add releases/hosts dev/domainlist
domain=$(jq -r '.issue.body' "$GITHUB_EVENT_PATH" | sed -n '3p')
git commit -m "Add $domain to domainlist and hosts"
- name: Push changes
Expand Down

0 comments on commit 8864181

Please sign in to comment.