forked from recloudstream/cloudstream
fix broken strings.xml and migrate to $GITHUB_OUTPUT
This commit is contained in:
parent
0f625142da
commit
49ebd27f80
3 changed files with 2 additions and 16 deletions
2
.github/workflows/issue_action.yml
vendored
2
.github/workflows/issue_action.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py"
|
wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py"
|
||||||
pip3 install httpx
|
pip3 install httpx
|
||||||
RES="$(python3 ./check_issue.py)"
|
RES="$(python3 ./check_issue.py)"
|
||||||
echo "::set-output name=name::${RES}"
|
echo "name=${RES}" >> $GITHUB_OUTPUT
|
||||||
- name: Comment if issue mentions a provider
|
- name: Comment if issue mentions a provider
|
||||||
if: steps.provider_check.outputs.name != 'none'
|
if: steps.provider_check.outputs.name != 'none'
|
||||||
uses: actions-cool/issues-helper@v3
|
uses: actions-cool/issues-helper@v3
|
||||||
|
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
curl -H "Authorization: token ${{ steps.generate_token.outputs.token }}" -o "keystore_password.txt" "https://raw.githubusercontent.com/recloudstream/secrets/master/keystore_password.txt"
|
curl -H "Authorization: token ${{ steps.generate_token.outputs.token }}" -o "keystore_password.txt" "https://raw.githubusercontent.com/recloudstream/secrets/master/keystore_password.txt"
|
||||||
KEY_PWD="$(cat keystore_password.txt)"
|
KEY_PWD="$(cat keystore_password.txt)"
|
||||||
echo "::add-mask::${KEY_PWD}"
|
echo "::add-mask::${KEY_PWD}"
|
||||||
echo "::set-output name=key_pwd::$KEY_PWD"
|
echo "key_pwd=$KEY_PWD" >> $GITHUB_OUTPUT
|
||||||
- name: Run Gradle
|
- name: Run Gradle
|
||||||
run: |
|
run: |
|
||||||
./gradlew assemblePrereleaseRelease makeJar androidSourcesJar
|
./gradlew assemblePrereleaseRelease makeJar androidSourcesJar
|
||||||
|
|
|
@ -344,21 +344,7 @@
|
||||||
<string name="resize_zoom">Мащабиране</string>
|
<string name="resize_zoom">Мащабиране</string>
|
||||||
|
|
||||||
<string name="legal_notice">Опровержение</string>
|
<string name="legal_notice">Опровержение</string>
|
||||||
should be taken up with the actual file hosts and providers themselves as we are not affiliated with them.
|
|
||||||
|
|
||||||
In case of copyright infringement, please directly contact the responsible parties or the streaming websites.
|
|
||||||
|
|
||||||
The app is purely for educational and personal use.
|
|
||||||
|
|
||||||
CloudStream 3 does not host any content on the app, and has no control over what media is put up or taken down.
|
|
||||||
CloudStream 3 functions like any other search engine, such as Google. CloudStream 3 does not host, upload or
|
|
||||||
manage any videos, films or content. It simply crawls, aggregates and displayes links in a convenient,
|
|
||||||
user-friendly interface.
|
|
||||||
|
|
||||||
It merely scrapes 3rd-party websites that are publicly accessable via any regular web browser. It is the
|
|
||||||
responsibility of user to avoid any actions that might violate the laws governing his/her locality. Use
|
|
||||||
CloudStream 3 at your own risk.
|
|
||||||
</string>
|
|
||||||
<string name="category_general">Общ</string>
|
<string name="category_general">Общ</string>
|
||||||
<string name="random_button_settings">Случаен бутон</string>
|
<string name="random_button_settings">Случаен бутон</string>
|
||||||
<string name="random_button_settings_desc">Показване на произволен бутон на началната страница</string>
|
<string name="random_button_settings_desc">Показване на произволен бутон на началната страница</string>
|
||||||
|
|
Loading…
Reference in a new issue