Skip to content

Commit

Permalink
Update add-contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Jul 31, 2023
1 parent 1e315c4 commit 6d1875e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
env:
CONTRIB_REPOSITORY: 'rishabkumar7/the-devops-guide'
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
- name: Commit changes
uses: test-room-7/action-update-file@v1
- name: Create a PR
uses: peter-evans/create-pull-request@v3
with:
file-path: 'CONTRIBUTORS.md'
commit-msg: Update Contributors
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update Contributors
title: "[automated] Update Contributors File"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d1875e

Please sign in to comment.