Skip to content

.github/workflows/main.yml #130

.github/workflows/main.yml

.github/workflows/main.yml #130

Workflow file for this run

on:
schedule:
- cron: "0 5 1 * *"
workflow_dispatch:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
if: ${{ github.repository_owner == 'pypsa-meets-earth' && github.ref == 'refs/heads/main'}}
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}