diff --git a/.github/scripts/rename_inactive_branches.py b/.github/scripts/rename_inactive_branches.py index 6d8b83dd..883f0d65 100644 --- a/.github/scripts/rename_inactive_branches.py +++ b/.github/scripts/rename_inactive_branches.py @@ -1,3 +1,4 @@ +import os import requests from datetime import datetime, timedelta diff --git a/.github/workflows/rename-inactive-branches.yml b/.github/workflows/rename-inactive-branches.yml index fb4254b8..2c188e66 100644 --- a/.github/workflows/rename-inactive-branches.yml +++ b/.github/workflows/rename-inactive-branches.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.x' - name: Install Libraries - run: pip install requests os + run: pip install requests - name: Run Script to Rename Inactive Branches run: |