Skip to content

Commit 3180893

Browse files
authoredNov 18, 2020
updates peter-evans/create-pull-request@v3.5.0
1 parent a8517ba commit 3180893

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/readme.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- run: rm temp.txt
2121
- name: Create Pull Request
2222
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
23-
uses: peter-evans/create-pull-request@v2
24-
env:
25-
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
23+
uses: peter-evans/create-pull-request@v3.5.0
2624
with:
2725
commit-message: ${{ github.event.issue.title }}
2826
title: ${{ github.event.issue.title }}

0 commit comments

Comments
 (0)
Failed to load comments.