Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cygra authored Sep 16, 2024
1 parent 113eb32 commit 35e282c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
on:
schedule:
- cron: 0 0 */7 * *
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
# on:
# schedule:
# - cron: 0 0 */7 * *
# workflow_dispatch:
# push:
# paths-ignore:
# - 'README.md'

jobs:
star_list_job:
runs-on: ubuntu-latest
name: A job to get starred repos and update README
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run index.js
uses: ./
id: star-list
with:
pat: ${{ secrets.pat }}
user: Cygra
email: [email protected]
repo: star-list
file: README.md
# jobs:
# star_list_job:
# runs-on: ubuntu-latest
# name: A job to get starred repos and update README
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Run index.js
# uses: ./
# id: star-list
# with:
# pat: ${{ secrets.pat }}
# user: Cygra
# email: [email protected]
# repo: star-list
# file: README.md

0 comments on commit 35e282c

Please sign in to comment.