Skip to content

Commit

Permalink
Bot optimized the script, lets test it
Browse files Browse the repository at this point in the history
test v.0.2
  • Loading branch information
spirillen committed Jan 18, 2025
1 parent b74a3b5 commit 23f788f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Run Fates Script
run: |
sudo apt-get install -y fates
fates tools/sort_lists.fates
# sudo apt-get install -y fates
fates tools/sort_lists.py
- name: Configure Git
run: |
Expand All @@ -41,5 +41,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git add .
git commit -m "Sorted files in ALPHABETICALLY and HIERARCHICALLY arrays"
git commit -m "Sorted files"
git push
File renamed without changes.

0 comments on commit 23f788f

Please sign in to comment.