Skip to content

Commit

Permalink
Actions v6
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Mar 20, 2024
1 parent 7fc494d commit 6e3f277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
- name: Git Status
run: git status

- name: Set commit tag
run: |
tag=$(date +'day: %j of year %Y %H:%M:%S')
- name: Commit all changed files back to the repository
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Hierarchical sorted the lists $tag"
commit_message: "Hierarchical sorted the lists"
2 changes: 1 addition & 1 deletion tools/hierarchical_sort.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -d "$GIT_DIR" ]; then
cd "${GIT_DIR}" || exit 1


FILES=('add-domain' 'add-link' 'add-wildcard-domain' 'falsepositive.list' 'falsepositive_regex.list' 'falsepositive_rzd.list')
FILES=('add-domain' 'add-wildcard-domain' 'falsepositive.list' 'falsepositive_regex.list' 'falsepositive_rzd.list')

for i in "${FILES[@]}"; do
python3.11 "$GIT_DIR/tools/domain-sort.py" <"${i}" >"${i}.tmp" &&
Expand Down

0 comments on commit 6e3f277

Please sign in to comment.