From 98f620593f7a8848010a2d45988bcb503b1f4fc3 Mon Sep 17 00:00:00 2001 From: Syafa Adena Date: Wed, 12 Jun 2024 23:23:39 +0700 Subject: [PATCH] Update bug.yml --- .github/workflows/bug.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bug.yml b/.github/workflows/bug.yml index 4a23776..cf81094 100644 --- a/.github/workflows/bug.yml +++ b/.github/workflows/bug.yml @@ -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 - <