update vocechat author so its type becomes `official` (#27)

This commit is contained in:
Tiger Wang 2023-03-21 18:44:23 -04:00 committed by GitHub
parent 079a74a1c2
commit 6938271b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: remove all file except icon.png - name: remove all file except icon.png
run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete
- name: Pushes to another repository - name: Pushes to another repository

View File

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: remove all screenshots - name: remove all screenshots
run: find . -name "screenshot*" | xargs rm -f run: find . -name "screenshot*" | xargs rm -f
- name: remove all thumbnails - name: remove all thumbnails

View File

@ -19,7 +19,7 @@ services:
source: /DATA/AppData/$AppID/home/vocechat-server/data source: /DATA/AppData/$AppID/home/vocechat-server/data
target: /home/vocechat-server/data target: /home/vocechat-server/data
x-casaos: x-casaos:
author: CasaOS Team author: Privoce
category: Chat category: Chat
container: container:
envs: envs: