Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit fd9b864

Browse files
author
Ernest
committed
chore: update
1 parent af2c2a9 commit fd9b864

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99
**Describe the bug** A clear and concise description of what the bug is.
1010

1111
**To Reproduce** A reproduce link:
12-
https://codesandbox.io/s/github/iendeavor/vue-next-select/tree/develop/examples?file=/src/views/Playground.vue
12+
https://codesandbox.io/s/github/iendeavor/vue-next-select/tree/main/examples?file=/src/views/Playground.vue
1313

1414
Steps to reproduce the behavior:
1515

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66

77
jobs:
88
docs:

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Examples
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66

77
jobs:
88
bump:
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:
14-
ref: develop
14+
ref: main
1515

1616
- name: Use Node.js 12
1717
uses: actions/setup-node@v3
@@ -36,5 +36,5 @@ jobs:
3636
uses: ad-m/github-push-action@master
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
branch: 'develop'
39+
branch: 'main'
4040
directory: '.'

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
<iframe src="https://codesandbox.io/embed/github/iendeavor/vue-next-select/tree/develop/examples?fontsize=14&hidenavigation=1&theme=dark"
3+
<iframe src="https://codesandbox.io/embed/github/iendeavor/vue-next-select/tree/main/examples?fontsize=14&hidenavigation=1&theme=dark"
44
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
55
title="vue-next-select-example"
66
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"

0 commit comments

Comments
 (0)