Skip to content

Commit

Permalink
fix: Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork authored Nov 19, 2023
1 parent 3a36612 commit b7c740d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches-ignore:
- 'dependabot/npm_and_yarn/*'

permissions:
contents: write
pull-requests: write

jobs:
laravel-pint:
runs-on: ubuntu-latest
Expand All @@ -21,4 +26,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'refactor: Laravel Pint changes'
commit_message: 'refactor: Laravel Pint changes'

0 comments on commit b7c740d

Please sign in to comment.