Skip to content

Commit ca09e6e

Browse files
committed
switch default from plugin_api_v2 to main branch
1 parent 8562a63 commit ca09e6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/python-passed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update tested plugins
22
on:
33
push:
4-
branches: [ plugin_api_v2 ]
4+
branches: [ main ]
55
paths:
66
- 'plugins.json'
77
jobs:
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
commit_message: "Update Tested plugins"
3333
push_options: --force
34-
branch: plugin_api_v2
34+
branch: main

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
commit_message: "auto updated plugins"
4040
push_options: --force
41-
branch: plugin_api_v2
41+
branch: main

.github/workflows/website-deploy.yml

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

33
on:
44
push:
5-
branches: [ plugin_api_v2 ]
5+
branches: [ main ]
66
paths:
77
- 'plugins.json'
88
workflow_dispatch:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This repository contains the information for community-made plugins used in [Flow](https://github.com/Flow-Launcher/Flow.Launcher) and how to make new submissions.
44

5-
[![AutoUpdate](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml/badge.svg?branch=plugin_api_v2)](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml)
5+
[![AutoUpdate](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml/badge.svg?branch=main)](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/actions/workflows/updater.yaml)
66

77
## Plugin list
88

99
Looking for a list of currently available plugins in Flow? Visit [here](https://www.flowlauncher.com/plugins)
1010

1111
## How to submit your plugin
1212

13-
1. Create a file named `${name}-${uuid}.json` in the [plugins](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/tree/plugin_api_v2/plugins) directory.
13+
1. Create a file named `${name}-${uuid}.json` in the [plugins](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/tree/main/plugins) directory.
1414
2. Copy these items from your plugin project's `plugin.json` file:
1515
- `ID`
1616
- `Name`

0 commit comments

Comments
 (0)