Skip to content

Commit 7881cdc

Browse files
authored
Update build_cloud.yaml
1 parent aa79ef2 commit 7881cdc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_cloud.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
cp -r samples/src/* src/
2121
rm -rf samples
2222
rm -rf src/00
23-
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@v7
23+
- name: Open Pull Request
24+
uses: peter-evans/create-pull-request@v4
2525
with:
26-
branch: cloud
26+
title: Automatic Update
27+
commit-message: "Automatic Update"

0 commit comments

Comments
 (0)