Skip to content

Commit

Permalink
2024-01-26 13:18:50
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Jan 26, 2024
1 parent 37a14e4 commit 3f5568a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
Expand Down
18 changes: 6 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Extra russian language pack for Flarum (UNOFFICIAL).",
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://ihub.to/",
"homepage": "https://flarus.cc/",
"keywords": [
"flarum",
"extension",
Expand All @@ -16,16 +16,10 @@
],
"authors": [
{
"name": "iHub TO",
"email": "mail@ihub.to",
"homepage": "https://ihub.to/",
"role": "Developer"
},
{
"name": "Kitsune Solar",
"email": "mail@kitsune.solar",
"homepage": "https://kitsune.solar/",
"role": "Developer"
"name": "Kai Kimera",
"email": "mail@kai.kim",
"homepage": "https://kai.kim/",
"role": "Translator"
}
],
"support": {
Expand All @@ -48,7 +42,7 @@
"title": "Русский",
"category": "language",
"info": {
"website": "https://ihub.to/",
"website": "https://flarus.cc/",
"support": "https://github.com/pkgstore/flarum-l10n-russian-extra/discussions"
},
"icon": {
Expand Down

0 comments on commit 3f5568a

Please sign in to comment.