Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrreed committed Apr 5, 2024
1 parent b89d8a5 commit 8053272
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/sassbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,4 @@ jobs:
destination: BetterDiscord/source.css

- name: Add and Commit changes
run: |
git config --local user.email '[email protected]'
git config --local user.name 'GitHub Action'
git add BetterDiscord/source.css
git diff-index --quiet HEAD || git commit -m 'updated betterdiscord version'
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 8053272

Please sign in to comment.