aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/commands.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/commands.yml')
-rw-r--r--.github/workflows/commands.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml
index 0d3e09d1a..a70ec00ee 100644
--- a/.github/workflows/commands.yml
+++ b/.github/workflows/commands.yml
@@ -43,13 +43,16 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
repository: jellyfin/jellyfin-triage-script
+
- name: install python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.14'
cache: 'pip'
+
- name: install python packages
run: pip install -r rename/requirements.txt
+
- name: run rename script
run: python3 rename.py
working-directory: ./rename