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 36fe2b2 commit 98f6205
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,9 @@ jobs:
- name: Release hosts
run: |
cat hosts-hasilsorted | sudo tee -a hosts > /dev/null
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Remove Adjacent Empty Lines
run: |
python - <<EOF
import re
def remove_adjacent_empty_lines(file_path):
Expand All @@ -85,6 +82,7 @@ jobs:

file_path = 'hosts'
remove_adjacent_empty_lines(file_path)
EOF
- name: Commit changes
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 98f6205

Please sign in to comment.