File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Announce updates
22
3- on :
4- workflow_dispatch :
5- schedule :
6- - cron : 0 19 * * * # every day at 19:00
3+ # on:
4+ # workflow_dispatch:
5+ # schedule:
6+ # - cron: 0 19 * * * # every day at 19:00
77
8- jobs :
9- notify :
10- runs-on : ubuntu-latest
11- steps :
12- - name : Checkout repository
13- uses : actions/checkout@v2
8+ # jobs:
9+ # notify:
10+ # runs-on: ubuntu-latest
11+ # steps:
12+ # - name: Checkout repository
13+ # uses: actions/checkout@v2
1414
15- - name : Install dependencies
16- run : |
17- python -m pip install --upgrade pip
18- pip install ghexplain
15+ # - name: Install dependencies
16+ # run: |
17+ # python -m pip install --upgrade pip
18+ # pip install ghexplain
1919
20- - name : Run script
21- env :
22- WEBHOOK_URL : ${{ secrets.WEBHOOK_URL }}
23- run : |
24- GITHUB_TOKEN=${{ secrets.PROJECT_STATUS_BOT_TOKEN }} python scripts/announce_updates.py $WEBHOOK_URL
20+ # - name: Run script
21+ # env:
22+ # WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
23+ # run: |
24+ # GITHUB_TOKEN=${{ secrets.PROJECT_STATUS_BOT_TOKEN }} python scripts/announce_updates.py $WEBHOOK_URL
You can’t perform that action at this time.
0 commit comments