Skip to content

update email

update email #1

Workflow file for this run

name: Basic Test
on:
schedule:
- cron: '28 23 * * 1'
jobs:
build:
runs-on: ubuntu-latest
env:

Check failure on line 9 in .github/workflows/basic-usage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/basic-usage.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
GITHUB_TOKEN: ${{ secrets.COLLECT_ANALYCTS }}
ORGANIZATION: ${{ secrets.ORGANIZATION }}
WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test the basic usage
run: |
python3 scripts/dependabot_metrics.py -o $ORGANIZATION -t $GITHUB_TOKEN | python3 scripts/slack_webhook.py -w $WEBHOOK