Skip to content

Commit

Permalink
Update list-project-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmmr authored Jul 10, 2023
1 parent 65cba8d commit 49ad869
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/list-project-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ on:
- cron: '0 4 * * *'
workflow_dispatch:

env:
ORGANIZATION: xpirit-training
PROJECT_ID: 3
FETCH_COUNT: 50

jobs:
list-issues:
runs-on: ubuntu-latest
env:
ORGANIZATION: xpirit-training
PROJECT_ID: 2
FETCH_COUNT: 50
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 49ad869

Please sign in to comment.