Skip to content

Commit 5d7e1fa

Browse files
committed
ci: adjust sync workflow
1 parent c476e63 commit 5d7e1fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml renamed to .github/workflows/sync-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: "Sync develop branch"
22

33
on:
44
push:
@@ -9,10 +9,10 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Setup environment
12+
- name: "Setup environment"
1313
uses: actions/checkout@v2
1414

15-
- name: Create update pull request
15+
- name: "Create update pull request"
1616
uses: LucasRuy/[email protected]
1717
with:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)