Skip to content

Commit

Permalink
Auto commit over scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
T145 committed Feb 13, 2024
1 parent ddb33ee commit ecca851
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ permissions: read-all
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -27,9 +26,7 @@ jobs:
[ $(wc -l < built/hosts.txt) -gt 100 ]
[ $(wc -l < built/abp.txt) -gt 100 ]
[ $(wc -l < built/domains.txt) -gt 100 ]
- name: Make the working tree safe
run: git config --global --add safe.directory /__w/not-on-my-shift/not-on-my-shift
- name: Publish
if: github.ref == 'refs/heads/master'
run: |
git config --global --add safe.directory /__w/not-on-my-shift/not-on-my-shift
chmod +x commit.bash
bash commit.bash
uses: stefanzweifel/git-auto-commit-action@4d160c5e4d67c62e67f03ae49aa38359e964139a
14 changes: 0 additions & 14 deletions commit.bash

This file was deleted.

4 changes: 0 additions & 4 deletions commit.bat

This file was deleted.

0 comments on commit ecca851

Please sign in to comment.