Skip to content

Commit

Permalink
Update AUTO_ISSUE_GENERATOR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hodadako authored May 15, 2024
1 parent 436a8fd commit ef67cb4
Showing 1 changed file with 22 additions and 22 deletions.
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 }}

0 comments on commit ef67cb4

Please sign in to comment.