Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a19a2f3

Browse files
committed
ci(actions): update vsoch/pull-request-action
1 parent d7b87f4 commit a19a2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- name: Create Pull Request
2626
if: env.HEAD_REF != env.GITHUB_BASE && env.HEAD_REF != 'master' && github.repository == env.GITHUB_REPONAME && github.actor == env.GITHUB_PUSHER_USERNAME
27-
uses: vsoch/pull-request-action@1.0.12
27+
uses: vsoch/pull-request-action@1.0.24
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3030
PULL_REQUEST_BRANCH: ${{ env.GITHUB_BASE }}

0 commit comments

Comments
 (0)