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 0f84cd8 commit 36fe2b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ 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: |
import re
Expand Down

0 comments on commit 36fe2b2

Please sign in to comment.