Skip to content

Commit

Permalink
ci: fix contributors changes not pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Jul 22, 2024
1 parent 988b0f1 commit 735ecdb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
update-readme:
runs-on: ubuntu-latest
Expand All @@ -18,5 +21,10 @@ jobs:
with:
install-deps: false

- name: Automd
- name: Update contributors
run: pnpm run automd

- name: Push Updates
uses: autofix-ci/[email protected]
with:
commit-message: 'chore: update contributors'

0 comments on commit 735ecdb

Please sign in to comment.