mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-05 02:55:25 +00:00
Remove schedule
This commit is contained in:
parent
51cd814d5f
commit
f7941dfbb9
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -6,21 +6,24 @@ labels: bug
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Checklist before submitting**
|
## Checklist before submitting
|
||||||
Please make sure to check the following:
|
Please make sure to check the following:
|
||||||
|
|
||||||
- [ ] You are using the latest version of the project/repository.
|
- [ ] You are using the latest version of the project/repository.
|
||||||
- [ ] The issue relates to a website or a specific functionality.
|
- [ ] The issue relates to a website or a specific functionality.
|
||||||
- [ ] If the issue is related to a website, you have verified that the URL works correctly in your browser.
|
- [ ] If the issue is related to a website, you have verified that the URL works correctly in your browser.
|
||||||
|
|
||||||
**Describe the issue**
|
## Describe the issue
|
||||||
Provide a clear and complete description of the problem.
|
Provide a clear and detailed description of the problem.
|
||||||
|
|
||||||
**Expected behavior**
|
## Expected behavior
|
||||||
Explain what you expected to happen.
|
Explain what you expected to happen instead of the observed behavior.
|
||||||
|
|
||||||
**Screenshots**
|
## Screenshots
|
||||||
If applicable, attach screenshots that illustrate the issue.
|
If applicable, attach screenshots that illustrate the issue.
|
||||||
|
|
||||||
**Additional context**
|
## Environment (please complete the following information):
|
||||||
|
- OS: [e.g., Windows, macOS, Linux]
|
||||||
|
|
||||||
|
## Additional context
|
||||||
Add any other relevant information that could help in diagnosing the problem.
|
Add any other relevant information that could help in diagnosing the problem.
|
||||||
|
44
.github/workflows/python-script.yml
vendored
44
.github/workflows/python-script.yml
vendored
@ -1,44 +0,0 @@
|
|||||||
name: Update domain
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 */6 * * *'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run-script:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.9'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
- name: Run script
|
|
||||||
run: |
|
|
||||||
python Test/call_updateDomain.py
|
|
||||||
|
|
||||||
- name: Configure Git
|
|
||||||
run: |
|
|
||||||
git config --global user.name "github-actions[bot]"
|
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
|
||||||
|
|
||||||
- name: Commit changes
|
|
||||||
run: |
|
|
||||||
git add .
|
|
||||||
git commit -m "Update output" || echo "No changes"
|
|
||||||
|
|
||||||
- name: Push changes
|
|
||||||
uses: ad-m/github-push-action@v0.6.0
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
branch: main
|
|
Loading…
x
Reference in New Issue
Block a user