Skip to content

Commit

Permalink
chore: features/fixing author action (#60)
Browse files Browse the repository at this point in the history
* chore: update update-authors.sh script

* chore: update update-authors.sh script

* chore: update update-authors.sh script
  • Loading branch information
bigmoby authored Jul 1, 2024
1 parent 7b33b62 commit 53155be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: devops-radicalbit
commit_user_email: devops@radicalbit.ai
commit_author: devops-radicalbit <devops@radicalbit.ai>
commit_message: Update AUTHORS.md file
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53155be

Please sign in to comment.