Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AUTO_ISSUE_GENERATOR.yml #149

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/AUTO_ISSUE_GENERATOR.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: AUTO_ISSUE_GENERATOR
# name: AUTO_ISSUE_GENERATOR

on:
schedule:
- cron: '0 3 * * 1'
# on:
# schedule:
# - cron: '0 3 * * 1'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.7

- name: Install requirements.txt
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: Install requirements.txt
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt

- name: Make Issue
run: |
python main.py
env:
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
# - name: Make Issue
# run: |
# python main.py
# env:
# MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}