We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e315c4 commit 6d1875eCopy full SHA for 6d1875e
.github/workflows/add-contributors.yml
@@ -12,9 +12,9 @@ jobs:
12
env:
13
CONTRIB_REPOSITORY: 'rishabkumar7/the-devops-guide'
14
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
15
- - name: Commit changes
16
- uses: test-room-7/action-update-file@v1
+ - name: Create a PR
+ uses: peter-evans/create-pull-request@v3
17
with:
18
- file-path: 'CONTRIBUTORS.md'
19
- commit-msg: Update Contributors
20
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ commit-message: Update Contributors
+ title: "[automated] Update Contributors File"
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments