Skip to content

Commit 6d1875e

Browse files
authored
Update add-contributors.yml
1 parent 1e315c4 commit 6d1875e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/add-contributors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
env:
1313
CONTRIB_REPOSITORY: 'rishabkumar7/the-devops-guide'
1414
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
15-
- name: Commit changes
16-
uses: test-room-7/action-update-file@v1
15+
- name: Create a PR
16+
uses: peter-evans/create-pull-request@v3
1717
with:
18-
file-path: 'CONTRIBUTORS.md'
19-
commit-msg: Update Contributors
20-
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
commit-message: Update Contributors
19+
title: "[automated] Update Contributors File"
20+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)