2024-02-01 04:41:32

This commit is contained in:
Kai Kimera 2024-02-01 04:41:32 +00:00
parent d8f69b03b2
commit 96c58fac07
Signed by untrusted user: KaiKimera
GPG Key ID: E85AF2F05473ABEF
6 changed files with 10 additions and 16 deletions

View File

@ -34,7 +34,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \ -H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \ -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"}' -d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi fi
- name: 'Mirror repository' - name: 'Mirror repository'
@ -110,7 +110,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \ -H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \ -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"}' -d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi fi
- name: 'Mirror repository' - name: 'Mirror repository'

View File

@ -2,7 +2,8 @@
- Feedback, wishes and suggestions can be sent by email. - Feedback, wishes and suggestions can be sent by email.
- Constructive criticism, bug descriptions and other reports are welcome. - Constructive criticism, bug descriptions and other reports are welcome.
- Email: mail@ihub.to - Email: [mail@kai.kim](mailto:mail@kai.kim).
- Telegram: [Kai Kimera](https://t.me/KaiKimera).
## Sources ## Sources

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 iHub TO <https://ihub.to> Copyright (c) 2023 Kai Kimera <https://kai.kim>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -7,7 +7,6 @@
| License | MIT | | License | MIT |
| Language | Russian | | Language | Russian |
| Requirements | XenForo 2.1 | | Requirements | XenForo 2.1 |
| Authors | [iHub TO](mailto:mail@ihub.to) |
Расширение функции **Поделиться страницей** для [**XenForo**](https://xenforo.com). Расширение функции **Поделиться страницей** для [**XenForo**](https://xenforo.com).

View File

@ -4,8 +4,8 @@
"description": "(ext_7f33fcfa)", "description": "(ext_7f33fcfa)",
"version_id": 1000170, "version_id": 1000170,
"version_string": "1.0.1", "version_string": "1.0.1",
"dev": "iHub TO", "dev": "Kai Kimera",
"dev_url": "https://ihub.to/", "dev_url": "https://kai.kim/",
"support_url": "https://github.com/pkgstore/xenforo-ext-share-page/issues", "support_url": "https://github.com/pkgstore/xenforo-ext-share-page/issues",
"require": { "require": {
"XF": [ "XF": [

View File

@ -10,15 +10,9 @@
], ],
"authors": [ "authors": [
{ {
"name": "iHub TO", "name": "Kai Kimera",
"email": "mail@ihub.to", "email": "mail@kai.kim",
"homepage": "https://ihub.to/", "homepage": "https://kai.kim/",
"role": "Developer"
},
{
"name": "Kitsune Solar",
"email": "mail@kitsune.solar",
"homepage": "https://kitsune.solar/",
"role": "Developer" "role": "Developer"
} }
], ],